Shades of Razzle Dazzle Rose #FC2FCD
Tints of Razzle Dazzle Rose #FC2FCD
RGB
CMYK
RGB Variations
Color information
#FC2FCD (or 0xFC2FCD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2F and CD. RGB value is (252,47,205). Sum of RGB (Red+Green+Blue) = 252+47+205=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2FCD is #03D032. Grayscale: #7D7D7D. Windows color (decimal): -249907 or 13447164. OLE color: 13447164.
HSL color Cylindrical-coordinate representation of color #FC2FCD: hue angle of 313.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2FCD is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 47 | 205 | - |
CMYK | 0 | 0.81 | 0.19 | 0.01 |
HSL | 313.76º | 0.97% | 0.59% | - |
HSV(B) | 313.76º | 0.81% | 0.99% | - |
XYZ | 52.18 | 27.14 | 60.25 | - |
YUV | 126.31 | 172.42 | 217.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 47 | 205 | 0 | 0.81 | 0.19 | 0.01 | 313.76 | 0.97 | 0.59 |
Hex | FC | 2F | CD | 0 | 51 | 13 | 1 | 13A | 61 | 3B |
Octal | 374 | 57 | 315 | 0 | 121 | 23 | 1 | 472 | 141 | 73 |
Binary | 11111100 | 101111 | 11001101 | 0 | 1010001 | 10011 | 1 | 100111010 | 1100001 | 111011 |
Color Harmonies of #FC2FCD
Complementary color
Monochromatic Colors of #FC2FCD
Black with #FC2FCD
Text Example
Text Example
White with #FC2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2FCD; }
p { color: rgb(252,47,205); }
H1.HeaderClassName
{
color: #FC2FCD;
}
.AnyTagClassName
{
color: #FC2FCD;
}
</style>
background-color css
<style>
a { background-color: #FC2FCD; }
a { background-color: rgb(252,47,205); }
div.DivClassName
{
background-color: #FC2FCD;
}
.BgClassName
{
background-color: #FC2FCD;
}
</style>
border-color css
<style>
span { border-color: #FC2FCD; }
span { border-color: rgb(252,47,205); }
td.TdClassName
{
border-color: #FC2FCD;
}
.TagClassName
{
border-color: #FC2FCD;
}
</style>