Shades of Razzle Dazzle Rose #FC30D0
Tints of Razzle Dazzle Rose #FC30D0
RGB
CMYK
RGB Variations
Color information
#FC30D0 (or 0xFC30D0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and D0. RGB value is (252,48,208). Sum of RGB (Red+Green+Blue) = 252+48+208=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30D0 is #03CF2F. Grayscale: #7E7E7E. Windows color (decimal): -249648 or 13644028. OLE color: 13644028.
HSL color Cylindrical-coordinate representation of color #FC30D0: hue angle of 312.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 #FC30D0 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 208 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.01 |
| HSL | 312.94º | 0.97% | 0.59% | - |
| HSV(B) | 312.94º | 0.81% | 0.99% | - |
| XYZ | 52.59 | 27.36 | 62.18 | - |
| YUV | 127.24 | 173.59 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 208 | 0 | 0.81 | 0.17 | 0.01 | 312.94 | 0.97 | 0.59 |
| Hex | FC | 30 | D0 | 0 | 51 | 11 | 1 | 139 | 61 | 3B |
| Octal | 374 | 60 | 320 | 0 | 121 | 21 | 1 | 471 | 141 | 73 |
| Binary | 11111100 | 110000 | 11010000 | 0 | 1010001 | 10001 | 1 | 100111001 | 1100001 | 111011 |
Color Harmonies of #FC30D0
Complementary color
Monochromatic Colors of #FC30D0
Black with #FC30D0
Text Example
Text Example
White with #FC30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30D0; }
p { color: rgb(252,48,208); }
H1.HeaderClassName
{
color: #FC30D0;
}
.AnyTagClassName
{
color: #FC30D0;
}
</style>
background-color css
<style>
a { background-color: #FC30D0; }
a { background-color: rgb(252,48,208); }
div.DivClassName
{
background-color: #FC30D0;
}
.BgClassName
{
background-color: #FC30D0;
}
</style>
border-color css
<style>
span { border-color: #FC30D0; }
span { border-color: rgb(252,48,208); }
td.TdClassName
{
border-color: #FC30D0;
}
.TagClassName
{
border-color: #FC30D0;
}
</style>