Shades of Razzle Dazzle Rose #FC33CF
Tints of Razzle Dazzle Rose #FC33CF
RGB
CMYK
RGB Variations
Color information
#FC33CF (or 0xFC33CF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and CF. RGB value is (252,51,207). Sum of RGB (Red+Green+Blue) = 252+51+207=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33CF is #03CC30. Grayscale: #808080. Windows color (decimal): -248881 or 13579260. OLE color: 13579260.
HSL color Cylindrical-coordinate representation of color #FC33CF: hue angle of 313.43º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC33CF is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 207 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.01 |
| HSL | 313.43º | 0.97% | 0.59% | - |
| HSV(B) | 313.43º | 0.8% | 0.99% | - |
| XYZ | 52.59 | 27.57 | 61.58 | - |
| YUV | 128.88 | 172.09 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 207 | 0 | 0.80 | 0.18 | 0.01 | 313.43 | 0.97 | 0.59 |
| Hex | FC | 33 | CF | 0 | 50 | 12 | 1 | 139 | 61 | 3B |
| Octal | 374 | 63 | 317 | 0 | 120 | 22 | 1 | 471 | 141 | 73 |
| Binary | 11111100 | 110011 | 11001111 | 0 | 1010000 | 10010 | 1 | 100111001 | 1100001 | 111011 |
Color Harmonies of #FC33CF
Complementary color
Monochromatic Colors of #FC33CF
Black with #FC33CF
Text Example
Text Example
White with #FC33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33CF; }
p { color: rgb(252,51,207); }
H1.HeaderClassName
{
color: #FC33CF;
}
.AnyTagClassName
{
color: #FC33CF;
}
</style>
background-color css
<style>
a { background-color: #FC33CF; }
a { background-color: rgb(252,51,207); }
div.DivClassName
{
background-color: #FC33CF;
}
.BgClassName
{
background-color: #FC33CF;
}
</style>
border-color css
<style>
span { border-color: #FC33CF; }
span { border-color: rgb(252,51,207); }
td.TdClassName
{
border-color: #FC33CF;
}
.TagClassName
{
border-color: #FC33CF;
}
</style>