Shades of Razzle Dazzle Rose #FC30F7
Tints of Razzle Dazzle Rose #FC30F7
RGB
CMYK
RGB Variations
Color information
#FC30F7 (or 0xFC30F7) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and F7. RGB value is (252,48,247). Sum of RGB (Red+Green+Blue) = 252+48+247=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 48 (19.14% from 255 or 8.78% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30F7 is #03CF08. Grayscale: #838383. Windows color (decimal): -249609 or 16199932. OLE color: 16199932.
HSL color Cylindrical-coordinate representation of color #FC30F7: hue angle of 301.47º 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 #FC30F7 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 247 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.01 |
| HSL | 301.47º | 0.97% | 0.59% | - |
| HSV(B) | 301.47º | 0.81% | 0.99% | - |
| XYZ | 57.99 | 29.52 | 90.64 | - |
| YUV | 131.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 247 | 0 | 0.81 | 0.02 | 0.01 | 301.47 | 0.97 | 0.59 |
| Hex | FC | 30 | F7 | 0 | 51 | 2 | 1 | 12D | 61 | 3B |
| Octal | 374 | 60 | 367 | 0 | 121 | 2 | 1 | 455 | 141 | 73 |
| Binary | 11111100 | 110000 | 11110111 | 0 | 1010001 | 10 | 1 | 100101101 | 1100001 | 111011 |
Color Harmonies of #FC30F7
Complementary color
Monochromatic Colors of #FC30F7
Black with #FC30F7
Text Example
Text Example
White with #FC30F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30F7; }
p { color: rgb(252,48,247); }
H1.HeaderClassName
{
color: #FC30F7;
}
.AnyTagClassName
{
color: #FC30F7;
}
</style>
background-color css
<style>
a { background-color: #FC30F7; }
a { background-color: rgb(252,48,247); }
div.DivClassName
{
background-color: #FC30F7;
}
.BgClassName
{
background-color: #FC30F7;
}
</style>
border-color css
<style>
span { border-color: #FC30F7; }
span { border-color: rgb(252,48,247); }
td.TdClassName
{
border-color: #FC30F7;
}
.TagClassName
{
border-color: #FC30F7;
}
</style>