Shades of Razzle Dazzle Rose #FC30CB
Tints of Razzle Dazzle Rose #FC30CB
RGB
CMYK
RGB Variations
Color information
#FC30CB (or 0xFC30CB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and CB. RGB value is (252,48,203). Sum of RGB (Red+Green+Blue) = 252+48+203=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30CB is #03CF34. Grayscale: #7E7E7E. Windows color (decimal): -249653 or 13316348. OLE color: 13316348.
HSL color Cylindrical-coordinate representation of color #FC30CB: hue angle of 314.41º 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 #FC30CB is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 203 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.01 |
| HSL | 314.41º | 0.97% | 0.59% | - |
| HSV(B) | 314.41º | 0.81% | 0.99% | - |
| XYZ | 51.98 | 27.12 | 59 | - |
| YUV | 126.67 | 171.09 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 203 | 0 | 0.81 | 0.19 | 0.01 | 314.41 | 0.97 | 0.59 |
| Hex | FC | 30 | CB | 0 | 51 | 13 | 1 | 13A | 61 | 3B |
| Octal | 374 | 60 | 313 | 0 | 121 | 23 | 1 | 472 | 141 | 73 |
| Binary | 11111100 | 110000 | 11001011 | 0 | 1010001 | 10011 | 1 | 100111010 | 1100001 | 111011 |
Color Harmonies of #FC30CB
Complementary color
Monochromatic Colors of #FC30CB
Black with #FC30CB
Text Example
Text Example
White with #FC30CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30CB; }
p { color: rgb(252,48,203); }
H1.HeaderClassName
{
color: #FC30CB;
}
.AnyTagClassName
{
color: #FC30CB;
}
</style>
background-color css
<style>
a { background-color: #FC30CB; }
a { background-color: rgb(252,48,203); }
div.DivClassName
{
background-color: #FC30CB;
}
.BgClassName
{
background-color: #FC30CB;
}
</style>
border-color css
<style>
span { border-color: #FC30CB; }
span { border-color: rgb(252,48,203); }
td.TdClassName
{
border-color: #FC30CB;
}
.TagClassName
{
border-color: #FC30CB;
}
</style>