Shades of Razzle Dazzle Rose #FF36C9
Tints of Razzle Dazzle Rose #FF36C9
RGB
CMYK
RGB Variations
Color information
#FF36C9 (or 0xFF36C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 36 and C9. RGB value is (255,54,201). Sum of RGB (Red+Green+Blue) = 255+54+201=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF36C9 is #00C936. Grayscale: #828282. Windows color (decimal): -51511 or 13186815. OLE color: 13186815.
HSL color Cylindrical-coordinate representation of color #FF36C9: hue angle of 316.12º 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 #FF36C9 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 201 | - |
| CMYK | 0 | 0.79 | 0.21 | 0 |
| HSL | 316.12º | 1% | 0.61% | - |
| HSV(B) | 316.12º | 0.79% | 1% | - |
| XYZ | 53.1 | 28.12 | 57.89 | - |
| YUV | 130.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 201 | 0 | 0.79 | 0.21 | 0 | 316.12 | 1 | 0.61 |
| Hex | FF | 36 | C9 | 0 | 4F | 15 | 0 | 13C | 64 | 3D |
| Octal | 377 | 66 | 311 | 0 | 117 | 25 | 0 | 474 | 144 | 75 |
| Binary | 11111111 | 110110 | 11001001 | 0 | 1001111 | 10101 | 0 | 100111100 | 1100100 | 111101 |
Color Harmonies of #FF36C9
Complementary color
Monochromatic Colors of #FF36C9
Black with #FF36C9
Text Example
Text Example
White with #FF36C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36C9; }
p { color: rgb(255,54,201); }
H1.HeaderClassName
{
color: #FF36C9;
}
.AnyTagClassName
{
color: #FF36C9;
}
</style>
background-color css
<style>
a { background-color: #FF36C9; }
a { background-color: rgb(255,54,201); }
div.DivClassName
{
background-color: #FF36C9;
}
.BgClassName
{
background-color: #FF36C9;
}
</style>
border-color css
<style>
span { border-color: #FF36C9; }
span { border-color: rgb(255,54,201); }
td.TdClassName
{
border-color: #FF36C9;
}
.TagClassName
{
border-color: #FF36C9;
}
</style>