Shades of Razzle Dazzle Rose #FC2DCB
Tints of Razzle Dazzle Rose #FC2DCB
RGB
CMYK
RGB Variations
Color information
#FC2DCB (or 0xFC2DCB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2D and CB. RGB value is (252,45,203). Sum of RGB (Red+Green+Blue) = 252+45+203=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 45 (17.97% from 255 or 9% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DCB is #03D234. Grayscale: #7C7C7C. Windows color (decimal): -250421 or 13315580. OLE color: 13315580.
HSL color Cylindrical-coordinate representation of color #FC2DCB: hue angle of 314.2º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DCB is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 203 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.01 |
| HSL | 314.2º | 0.97% | 0.58% | - |
| HSV(B) | 314.2º | 0.82% | 0.99% | - |
| XYZ | 51.86 | 26.88 | 58.96 | - |
| YUV | 124.91 | 172.08 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 203 | 0 | 0.82 | 0.19 | 0.01 | 314.2 | 0.97 | 0.58 |
| Hex | FC | 2D | CB | 0 | 52 | 13 | 1 | 13A | 61 | 3A |
| Octal | 374 | 55 | 313 | 0 | 122 | 23 | 1 | 472 | 141 | 72 |
| Binary | 11111100 | 101101 | 11001011 | 0 | 1010010 | 10011 | 1 | 100111010 | 1100001 | 111010 |
Color Harmonies of #FC2DCB
Complementary color
Monochromatic Colors of #FC2DCB
Black with #FC2DCB
Text Example
Text Example
White with #FC2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DCB; }
p { color: rgb(252,45,203); }
H1.HeaderClassName
{
color: #FC2DCB;
}
.AnyTagClassName
{
color: #FC2DCB;
}
</style>
background-color css
<style>
a { background-color: #FC2DCB; }
a { background-color: rgb(252,45,203); }
div.DivClassName
{
background-color: #FC2DCB;
}
.BgClassName
{
background-color: #FC2DCB;
}
</style>
border-color css
<style>
span { border-color: #FC2DCB; }
span { border-color: rgb(252,45,203); }
td.TdClassName
{
border-color: #FC2DCB;
}
.TagClassName
{
border-color: #FC2DCB;
}
</style>