Shades of Razzle Dazzle Rose #F036C9
Tints of Razzle Dazzle Rose #F036C9
RGB
CMYK
RGB Variations
Color information
#F036C9 (or 0xF036C9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and C9. RGB value is (240,54,201). Sum of RGB (Red+Green+Blue) = 240+54+201=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F036C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036C9 is #0FC936. Grayscale: #7D7D7D. Windows color (decimal): -1034551 or 13186800. OLE color: 13186800.
HSL color Cylindrical-coordinate representation of color #F036C9: hue angle of 312.58º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F036C9 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 201 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.06 |
| HSL | 312.58º | 0.86% | 0.58% | - |
| HSV(B) | 312.58º | 0.78% | 0.94% | - |
| XYZ | 47.8 | 25.38 | 57.64 | - |
| YUV | 126.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 201 | 0 | 0.78 | 0.16 | 0.06 | 312.58 | 0.86 | 0.58 |
| Hex | F0 | 36 | C9 | 0 | 4E | 10 | 6 | 139 | 56 | 3A |
| Octal | 360 | 66 | 311 | 0 | 116 | 20 | 6 | 471 | 126 | 72 |
| Binary | 11110000 | 110110 | 11001001 | 0 | 1001110 | 10000 | 110 | 100111001 | 1010110 | 111010 |
Color Harmonies of #F036C9
Complementary color
Monochromatic Colors of #F036C9
Black with #F036C9
Text Example
Text Example
White with #F036C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036C9; }
p { color: rgb(240,54,201); }
H1.HeaderClassName
{
color: #F036C9;
}
.AnyTagClassName
{
color: #F036C9;
}
</style>
background-color css
<style>
a { background-color: #F036C9; }
a { background-color: rgb(240,54,201); }
div.DivClassName
{
background-color: #F036C9;
}
.BgClassName
{
background-color: #F036C9;
}
</style>
border-color css
<style>
span { border-color: #F036C9; }
span { border-color: rgb(240,54,201); }
td.TdClassName
{
border-color: #F036C9;
}
.TagClassName
{
border-color: #F036C9;
}
</style>