Shades of Razzle Dazzle Rose #FF36CA
Tints of Razzle Dazzle Rose #FF36CA
RGB
CMYK
RGB Variations
Color information
#FF36CA (or 0xFF36CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 36 and CA. RGB value is (255,54,202). Sum of RGB (Red+Green+Blue) = 255+54+202=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF36CA is #00C935. Grayscale: #828282. Windows color (decimal): -51510 or 13252351. OLE color: 13252351.
HSL color Cylindrical-coordinate representation of color #FF36CA: hue angle of 315.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF36CA is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 202 | - |
| CMYK | 0 | 0.79 | 0.21 | 0 |
| HSL | 315.82º | 1% | 0.61% | - |
| HSV(B) | 315.82º | 0.79% | 1% | - |
| XYZ | 53.22 | 28.16 | 58.51 | - |
| YUV | 130.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 202 | 0 | 0.79 | 0.21 | 0 | 315.82 | 1 | 0.61 |
| Hex | FF | 36 | CA | 0 | 4F | 15 | 0 | 13C | 64 | 3D |
| Octal | 377 | 66 | 312 | 0 | 117 | 25 | 0 | 474 | 144 | 75 |
| Binary | 11111111 | 110110 | 11001010 | 0 | 1001111 | 10101 | 0 | 100111100 | 1100100 | 111101 |
Color Harmonies of #FF36CA
Complementary color
Monochromatic Colors of #FF36CA
Black with #FF36CA
Text Example
Text Example
White with #FF36CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36CA; }
p { color: rgb(255,54,202); }
H1.HeaderClassName
{
color: #FF36CA;
}
.AnyTagClassName
{
color: #FF36CA;
}
</style>
background-color css
<style>
a { background-color: #FF36CA; }
a { background-color: rgb(255,54,202); }
div.DivClassName
{
background-color: #FF36CA;
}
.BgClassName
{
background-color: #FF36CA;
}
</style>
border-color css
<style>
span { border-color: #FF36CA; }
span { border-color: rgb(255,54,202); }
td.TdClassName
{
border-color: #FF36CA;
}
.TagClassName
{
border-color: #FF36CA;
}
</style>