Shades of Razzle Dazzle Rose #FC30F0
Tints of Razzle Dazzle Rose #FC30F0
RGB
CMYK
RGB Variations
Color information
#FC30F0 (or 0xFC30F0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and F0. RGB value is (252,48,240). Sum of RGB (Red+Green+Blue) = 252+48+240=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 48 (19.14% from 255 or 8.89% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30F0 is #03CF0F. Grayscale: #828282. Windows color (decimal): -249616 or 15741180. OLE color: 15741180.
HSL color Cylindrical-coordinate representation of color #FC30F0: hue angle of 303.53º 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 #FC30F0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 240 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.01 |
| HSL | 303.53º | 0.97% | 0.59% | - |
| HSV(B) | 303.53º | 0.81% | 0.99% | - |
| XYZ | 56.93 | 29.1 | 85.05 | - |
| YUV | 130.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 240 | 0 | 0.81 | 0.05 | 0.01 | 303.53 | 0.97 | 0.59 |
| Hex | FC | 30 | F0 | 0 | 51 | 5 | 1 | 130 | 61 | 3B |
| Octal | 374 | 60 | 360 | 0 | 121 | 5 | 1 | 460 | 141 | 73 |
| Binary | 11111100 | 110000 | 11110000 | 0 | 1010001 | 101 | 1 | 100110000 | 1100001 | 111011 |
Color Harmonies of #FC30F0
Complementary color
Monochromatic Colors of #FC30F0
Black with #FC30F0
Text Example
Text Example
White with #FC30F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30F0; }
p { color: rgb(252,48,240); }
H1.HeaderClassName
{
color: #FC30F0;
}
.AnyTagClassName
{
color: #FC30F0;
}
</style>
background-color css
<style>
a { background-color: #FC30F0; }
a { background-color: rgb(252,48,240); }
div.DivClassName
{
background-color: #FC30F0;
}
.BgClassName
{
background-color: #FC30F0;
}
</style>
border-color css
<style>
span { border-color: #FC30F0; }
span { border-color: rgb(252,48,240); }
td.TdClassName
{
border-color: #FC30F0;
}
.TagClassName
{
border-color: #FC30F0;
}
</style>