Shades of Razzle Dazzle Rose #FF33CA
Tints of Razzle Dazzle Rose #FF33CA
RGB
CMYK
RGB Variations
Color information
#FF33CA (or 0xFF33CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and CA. RGB value is (255,51,202). Sum of RGB (Red+Green+Blue) = 255+51+202=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33CA is #00CC35. Grayscale: #808080. Windows color (decimal): -52278 or 13251583. OLE color: 13251583.
HSL color Cylindrical-coordinate representation of color #FF33CA: hue angle of 315.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33CA is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 202 | - |
| CMYK | 0 | 0.8 | 0.21 | 0 |
| HSL | 315.59º | 1% | 0.6% | - |
| HSV(B) | 315.59º | 0.8% | 1% | - |
| XYZ | 53.08 | 27.89 | 58.46 | - |
| YUV | 129.21 | 169.09 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 202 | 0 | 0.8 | 0.21 | 0 | 315.59 | 1 | 0.6 |
| Hex | FF | 33 | CA | 0 | 50 | 15 | 0 | 13C | 64 | 3C |
| Octal | 377 | 63 | 312 | 0 | 120 | 25 | 0 | 474 | 144 | 74 |
| Binary | 11111111 | 110011 | 11001010 | 0 | 1010000 | 10101 | 0 | 100111100 | 1100100 | 111100 |
Color Harmonies of #FF33CA
Complementary color
Monochromatic Colors of #FF33CA
Black with #FF33CA
Text Example
Text Example
White with #FF33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33CA; }
p { color: rgb(255,51,202); }
H1.HeaderClassName
{
color: #FF33CA;
}
.AnyTagClassName
{
color: #FF33CA;
}
</style>
background-color css
<style>
a { background-color: #FF33CA; }
a { background-color: rgb(255,51,202); }
div.DivClassName
{
background-color: #FF33CA;
}
.BgClassName
{
background-color: #FF33CA;
}
</style>
border-color css
<style>
span { border-color: #FF33CA; }
span { border-color: rgb(255,51,202); }
td.TdClassName
{
border-color: #FF33CA;
}
.TagClassName
{
border-color: #FF33CA;
}
</style>