#FC3EB5

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

Shades of Razzle Dazzle Rose #FC3EB5

Tints of Razzle Dazzle Rose #FC3EB5

Color information

#FC3EB5 (or 0xFC3EB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3E and B5. RGB value is (252,62,181). Sum of RGB (Red+Green+Blue) = 252+62+181=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3EB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3EB5 is #03C14A. Grayscale: #848484. Windows color (decimal): -246091 or 11878140. OLE color: 11878140.

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

Color convert

RGB25262181-
CMYK00.750.280.01
HSL322.42º96.94%61.57%-
HSV(B)322.42º75.4%98.82%-
XYZ50.2127.4846.37-
YUV132.38155.45213.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 62 (24.61% from 255) = 12.53%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=50.91%
G=12.53%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526218100.750.280.01322.4296.9461.57
HexFC3EB504B1C1142613e
Octal37476265011334150214176
Binary1111110011111010110101010010111110011010000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3EB5; }

 p { color: rgb(252,62,181); }

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

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

 a { background-color: rgb(252,62,181); }

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

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

 span { border-color: rgb(252,62,181); }

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