Shades of Razzle Dazzle Rose #FC30D1
Tints of Razzle Dazzle Rose #FC30D1
RGB
CMYK
RGB Variations
Color information
#FC30D1 (or 0xFC30D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and D1. RGB value is (252,48,209). Sum of RGB (Red+Green+Blue) = 252+48+209=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30D1 is #03CF2E. Grayscale: #7E7E7E. Windows color (decimal): -249647 or 13709564. OLE color: 13709564.
HSL color Cylindrical-coordinate representation of color #FC30D1: hue angle of 312.65º 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 #FC30D1 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 209 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.01 |
| HSL | 312.65º | 0.97% | 0.59% | - |
| HSV(B) | 312.65º | 0.81% | 0.99% | - |
| XYZ | 52.71 | 27.41 | 62.83 | - |
| YUV | 127.35 | 174.09 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 209 | 0 | 0.81 | 0.17 | 0.01 | 312.65 | 0.97 | 0.59 |
| Hex | FC | 30 | D1 | 0 | 51 | 11 | 1 | 139 | 61 | 3B |
| Octal | 374 | 60 | 321 | 0 | 121 | 21 | 1 | 471 | 141 | 73 |
| Binary | 11111100 | 110000 | 11010001 | 0 | 1010001 | 10001 | 1 | 100111001 | 1100001 | 111011 |
Color Harmonies of #FC30D1
Complementary color
Monochromatic Colors of #FC30D1
Black with #FC30D1
Text Example
Text Example
White with #FC30D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30D1; }
p { color: rgb(252,48,209); }
H1.HeaderClassName
{
color: #FC30D1;
}
.AnyTagClassName
{
color: #FC30D1;
}
</style>
background-color css
<style>
a { background-color: #FC30D1; }
a { background-color: rgb(252,48,209); }
div.DivClassName
{
background-color: #FC30D1;
}
.BgClassName
{
background-color: #FC30D1;
}
</style>
border-color css
<style>
span { border-color: #FC30D1; }
span { border-color: rgb(252,48,209); }
td.TdClassName
{
border-color: #FC30D1;
}
.TagClassName
{
border-color: #FC30D1;
}
</style>