Shades of Razzle Dazzle Rose #FC33D3
Tints of Razzle Dazzle Rose #FC33D3
RGB
CMYK
RGB Variations
Color information
#FC33D3 (or 0xFC33D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and D3. RGB value is (252,51,211). Sum of RGB (Red+Green+Blue) = 252+51+211=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 51 (20.31% from 255 or 9.92% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33D3 is #03CC2C. Grayscale: #808080. Windows color (decimal): -248877 or 13841404. OLE color: 13841404.
HSL color Cylindrical-coordinate representation of color #FC33D3: hue angle of 312.24º 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 #FC33D3 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 211 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.01 |
| HSL | 312.24º | 0.97% | 0.59% | - |
| HSV(B) | 312.24º | 0.8% | 0.99% | - |
| XYZ | 53.09 | 27.77 | 64.19 | - |
| YUV | 129.34 | 174.09 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 211 | 0 | 0.80 | 0.16 | 0.01 | 312.24 | 0.97 | 0.59 |
| Hex | FC | 33 | D3 | 0 | 50 | 10 | 1 | 138 | 61 | 3B |
| Octal | 374 | 63 | 323 | 0 | 120 | 20 | 1 | 470 | 141 | 73 |
| Binary | 11111100 | 110011 | 11010011 | 0 | 1010000 | 10000 | 1 | 100111000 | 1100001 | 111011 |
Color Harmonies of #FC33D3
Complementary color
Monochromatic Colors of #FC33D3
Black with #FC33D3
Text Example
Text Example
White with #FC33D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33D3; }
p { color: rgb(252,51,211); }
H1.HeaderClassName
{
color: #FC33D3;
}
.AnyTagClassName
{
color: #FC33D3;
}
</style>
background-color css
<style>
a { background-color: #FC33D3; }
a { background-color: rgb(252,51,211); }
div.DivClassName
{
background-color: #FC33D3;
}
.BgClassName
{
background-color: #FC33D3;
}
</style>
border-color css
<style>
span { border-color: #FC33D3; }
span { border-color: rgb(252,51,211); }
td.TdClassName
{
border-color: #FC33D3;
}
.TagClassName
{
border-color: #FC33D3;
}
</style>