Shades of Razzle Dazzle Rose #FC30CE
Tints of Razzle Dazzle Rose #FC30CE
RGB
CMYK
RGB Variations
Color information
#FC30CE (or 0xFC30CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and CE. RGB value is (252,48,206). Sum of RGB (Red+Green+Blue) = 252+48+206=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30CE is #03CF31. Grayscale: #7E7E7E. Windows color (decimal): -249650 or 13512956. OLE color: 13512956.
HSL color Cylindrical-coordinate representation of color #FC30CE: hue angle of 313.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 #FC30CE is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 206 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.01 |
| HSL | 313.53º | 0.97% | 0.59% | - |
| HSV(B) | 313.53º | 0.81% | 0.99% | - |
| XYZ | 52.34 | 27.27 | 60.9 | - |
| YUV | 127.01 | 172.59 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 206 | 0 | 0.81 | 0.18 | 0.01 | 313.53 | 0.97 | 0.59 |
| Hex | FC | 30 | CE | 0 | 51 | 12 | 1 | 13A | 61 | 3B |
| Octal | 374 | 60 | 316 | 0 | 121 | 22 | 1 | 472 | 141 | 73 |
| Binary | 11111100 | 110000 | 11001110 | 0 | 1010001 | 10010 | 1 | 100111010 | 1100001 | 111011 |
Color Harmonies of #FC30CE
Complementary color
Monochromatic Colors of #FC30CE
Black with #FC30CE
Text Example
Text Example
White with #FC30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30CE; }
p { color: rgb(252,48,206); }
H1.HeaderClassName
{
color: #FC30CE;
}
.AnyTagClassName
{
color: #FC30CE;
}
</style>
background-color css
<style>
a { background-color: #FC30CE; }
a { background-color: rgb(252,48,206); }
div.DivClassName
{
background-color: #FC30CE;
}
.BgClassName
{
background-color: #FC30CE;
}
</style>
border-color css
<style>
span { border-color: #FC30CE; }
span { border-color: rgb(252,48,206); }
td.TdClassName
{
border-color: #FC30CE;
}
.TagClassName
{
border-color: #FC30CE;
}
</style>