#FC3FC1

Color #FC3FC1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FC3FC1

Tints of Razzle Dazzle Rose #FC3FC1

Color information

#FC3FC1 (or 0xFC3FC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3F and C1. RGB value is (252,63,193). Sum of RGB (Red+Green+Blue) = 252+63+193=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FC1 is #03C03E. Grayscale: #858585. Windows color (decimal): -245823 or 12664828. OLE color: 12664828.

HSL color Cylindrical-coordinate representation of color #FC3FC1: hue angle of 318.73º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3FC1 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB25263193-
CMYK00.750.230.01
HSL318.73º96.92%61.76%-
HSV(B)318.73º75%98.82%-
XYZ51.5528.153.16-
YUV134.33161.12211.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 49.61%
GREEN value IS 63 (25% from 255) = 12.40%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=49.61%
G=12.40%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526319300.750.230.01318.7396.9261.76
HexFC3FC104B17113f613e
Octal37477301011327147714176
Binary1111110011111111000001010010111011111001111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3FC1; }

 p { color: rgb(252,63,193); }

 H1.HeaderClassName
 {
   color: #FC3FC1;
 }
 .AnyTagClassName
 {
   color: #FC3FC1;
 }
</style>
background-color css

<style>
 a { background-color: #FC3FC1; }

 a { background-color: rgb(252,63,193); }

 div.DivClassName
 {
   background-color: #FC3FC1;
 }
 .BgClassName
 {
   background-color: #FC3FC1;
 }
</style>
border-color css

<style>
 span { border-color: #FC3FC1; }

 span { border-color: rgb(252,63,193); }

 td.TdClassName
 {
   border-color: #FC3FC1;
 }
 .TagClassName
 {
   border-color: #FC3FC1;
 }
</style>