Shades of Razzle Dazzle Rose #FC1FE8
Tints of Razzle Dazzle Rose #FC1FE8
RGB
CMYK
RGB Variations
Color information
#FC1FE8 (or 0xFC1FE8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1F and E8. RGB value is (252,31,232). Sum of RGB (Red+Green+Blue) = 252+31+232=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 31 (12.5% from 255 or 6.02% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1FE8 is #03E017. Grayscale: #777777. Windows color (decimal): -253976 or 15212540. OLE color: 15212540.
HSL color Cylindrical-coordinate representation of color #FC1FE8: hue angle of 305.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1FE8 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 232 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.01 |
| HSL | 305.43º | 0.97% | 0.55% | - |
| HSV(B) | 305.43º | 0.88% | 0.99% | - |
| XYZ | 55.2 | 27.5 | 78.74 | - |
| YUV | 119.99 | 191.22 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 232 | 0 | 0.88 | 0.08 | 0.01 | 305.43 | 0.97 | 0.55 |
| Hex | FC | 1F | E8 | 0 | 58 | 8 | 1 | 131 | 61 | 37 |
| Octal | 374 | 37 | 350 | 0 | 130 | 10 | 1 | 461 | 141 | 67 |
| Binary | 11111100 | 11111 | 11101000 | 0 | 1011000 | 1000 | 1 | 100110001 | 1100001 | 110111 |
Color Harmonies of #FC1FE8
Complementary color
Monochromatic Colors of #FC1FE8
Black with #FC1FE8
Text Example
Text Example
White with #FC1FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FE8; }
p { color: rgb(252,31,232); }
H1.HeaderClassName
{
color: #FC1FE8;
}
.AnyTagClassName
{
color: #FC1FE8;
}
</style>
background-color css
<style>
a { background-color: #FC1FE8; }
a { background-color: rgb(252,31,232); }
div.DivClassName
{
background-color: #FC1FE8;
}
.BgClassName
{
background-color: #FC1FE8;
}
</style>
border-color css
<style>
span { border-color: #FC1FE8; }
span { border-color: rgb(252,31,232); }
td.TdClassName
{
border-color: #FC1FE8;
}
.TagClassName
{
border-color: #FC1FE8;
}
</style>