Shades of Razzle Dazzle Rose #FC30F2
Tints of Razzle Dazzle Rose #FC30F2
RGB
CMYK
RGB Variations
Color information
#FC30F2 (or 0xFC30F2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and F2. RGB value is (252,48,242). Sum of RGB (Red+Green+Blue) = 252+48+242=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 48 (19.14% from 255 or 8.86% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30F2 is #03CF0D. Grayscale: #828282. Windows color (decimal): -249614 or 15872252. OLE color: 15872252.
HSL color Cylindrical-coordinate representation of color #FC30F2: hue angle of 302.94º 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 #FC30F2 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 242 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.01 |
| HSL | 302.94º | 0.97% | 0.59% | - |
| HSV(B) | 302.94º | 0.81% | 0.99% | - |
| XYZ | 57.23 | 29.22 | 86.63 | - |
| YUV | 131.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 242 | 0 | 0.81 | 0.04 | 0.01 | 302.94 | 0.97 | 0.59 |
| Hex | FC | 30 | F2 | 0 | 51 | 4 | 1 | 12F | 61 | 3B |
| Octal | 374 | 60 | 362 | 0 | 121 | 4 | 1 | 457 | 141 | 73 |
| Binary | 11111100 | 110000 | 11110010 | 0 | 1010001 | 100 | 1 | 100101111 | 1100001 | 111011 |
Color Harmonies of #FC30F2
Complementary color
Monochromatic Colors of #FC30F2
Black with #FC30F2
Text Example
Text Example
White with #FC30F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30F2; }
p { color: rgb(252,48,242); }
H1.HeaderClassName
{
color: #FC30F2;
}
.AnyTagClassName
{
color: #FC30F2;
}
</style>
background-color css
<style>
a { background-color: #FC30F2; }
a { background-color: rgb(252,48,242); }
div.DivClassName
{
background-color: #FC30F2;
}
.BgClassName
{
background-color: #FC30F2;
}
</style>
border-color css
<style>
span { border-color: #FC30F2; }
span { border-color: rgb(252,48,242); }
td.TdClassName
{
border-color: #FC30F2;
}
.TagClassName
{
border-color: #FC30F2;
}
</style>