Shades of Razzle Dazzle Rose #FC42BD
Tints of Razzle Dazzle Rose #FC42BD
RGB
CMYK
RGB Variations
Color information
#FC42BD (or 0xFC42BD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and BD. RGB value is (252,66,189). Sum of RGB (Red+Green+Blue) = 252+66+189=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42BD is #03BD42. Grayscale: #878787. Windows color (decimal): -245059 or 12403452. OLE color: 12403452.
HSL color Cylindrical-coordinate representation of color #FC42BD: hue angle of 320.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42BD is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 189 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.01 |
| HSL | 320.32º | 0.97% | 0.62% | - |
| HSV(B) | 320.32º | 0.74% | 0.99% | - |
| XYZ | 51.28 | 28.27 | 50.9 | - |
| YUV | 135.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 189 | 0 | 0.74 | 0.25 | 0.01 | 320.32 | 0.97 | 0.62 |
| Hex | FC | 42 | BD | 0 | 4A | 19 | 1 | 140 | 61 | 3E |
| Octal | 374 | 102 | 275 | 0 | 112 | 31 | 1 | 500 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10111101 | 0 | 1001010 | 11001 | 1 | 101000000 | 1100001 | 111110 |
Color Harmonies of #FC42BD
Complementary color
Monochromatic Colors of #FC42BD
Black with #FC42BD
Text Example
Text Example
White with #FC42BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42BD; }
p { color: rgb(252,66,189); }
H1.HeaderClassName
{
color: #FC42BD;
}
.AnyTagClassName
{
color: #FC42BD;
}
</style>
background-color css
<style>
a { background-color: #FC42BD; }
a { background-color: rgb(252,66,189); }
div.DivClassName
{
background-color: #FC42BD;
}
.BgClassName
{
background-color: #FC42BD;
}
</style>
border-color css
<style>
span { border-color: #FC42BD; }
span { border-color: rgb(252,66,189); }
td.TdClassName
{
border-color: #FC42BD;
}
.TagClassName
{
border-color: #FC42BD;
}
</style>