#FC3FD6

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

Shades of Razzle Dazzle Rose #FC3FD6

Tints of Razzle Dazzle Rose #FC3FD6

Color information

#FC3FD6 (or 0xFC3FD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3F and D6. RGB value is (252,63,214). Sum of RGB (Red+Green+Blue) = 252+63+214=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FD6 is #03C029. Grayscale: #888888. Windows color (decimal): -245802 or 14041084. OLE color: 14041084.

HSL color Cylindrical-coordinate representation of color #FC3FD6: hue angle of 312.06º 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 #FC3FD6 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB25263214-
CMYK00.750.150.01
HSL312.06º96.92%61.76%-
HSV(B)312.06º75%98.82%-
XYZ54.0629.1166.39-
YUV136.72171.62210.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 63 (25% from 255) = 11.91%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=47.64%
G=11.91%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526321400.750.150.01312.0696.9261.76
HexFC3FD604BF1138613e
Octal37477326011317147014176
Binary111111001111111101011001001011111111001110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3FD6; }

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

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

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

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

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

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

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

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