Shades of Razzle Dazzle Rose #FC30DF
Tints of Razzle Dazzle Rose #FC30DF
RGB
CMYK
RGB Variations
Color information
#FC30DF (or 0xFC30DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and DF. RGB value is (252,48,223). Sum of RGB (Red+Green+Blue) = 252+48+223=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30DF is #03CF20. Grayscale: #808080. Windows color (decimal): -249633 or 14627068. OLE color: 14627068.
HSL color Cylindrical-coordinate representation of color #FC30DF: hue angle of 308.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 #FC30DF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 223 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.01 |
| HSL | 308.53º | 0.97% | 0.59% | - |
| HSV(B) | 308.53º | 0.81% | 0.99% | - |
| XYZ | 54.52 | 28.14 | 72.37 | - |
| YUV | 128.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 223 | 0 | 0.81 | 0.12 | 0.01 | 308.53 | 0.97 | 0.59 |
| Hex | FC | 30 | DF | 0 | 51 | C | 1 | 135 | 61 | 3B |
| Octal | 374 | 60 | 337 | 0 | 121 | 14 | 1 | 465 | 141 | 73 |
| Binary | 11111100 | 110000 | 11011111 | 0 | 1010001 | 1100 | 1 | 100110101 | 1100001 | 111011 |
Color Harmonies of #FC30DF
Complementary color
Monochromatic Colors of #FC30DF
Black with #FC30DF
Text Example
Text Example
White with #FC30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30DF; }
p { color: rgb(252,48,223); }
H1.HeaderClassName
{
color: #FC30DF;
}
.AnyTagClassName
{
color: #FC30DF;
}
</style>
background-color css
<style>
a { background-color: #FC30DF; }
a { background-color: rgb(252,48,223); }
div.DivClassName
{
background-color: #FC30DF;
}
.BgClassName
{
background-color: #FC30DF;
}
</style>
border-color css
<style>
span { border-color: #FC30DF; }
span { border-color: rgb(252,48,223); }
td.TdClassName
{
border-color: #FC30DF;
}
.TagClassName
{
border-color: #FC30DF;
}
</style>