Shades of Razzle Dazzle Rose #F036D8
Tints of Razzle Dazzle Rose #F036D8
RGB
CMYK
RGB Variations
Color information
#F036D8 (or 0xF036D8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and D8. RGB value is (240,54,216). Sum of RGB (Red+Green+Blue) = 240+54+216=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F036D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036D8 is #0FC927. Grayscale: #7F7F7F. Windows color (decimal): -1034536 or 14169840. OLE color: 14169840.
HSL color Cylindrical-coordinate representation of color #F036D8: hue angle of 307.74º 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 #F036D8 is Cyan = 0, Magento = 0.78, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 216 | - |
| CMYK | 0 | 0.78 | 0.1 | 0.06 |
| HSL | 307.74º | 0.86% | 0.58% | - |
| HSV(B) | 307.74º | 0.78% | 0.94% | - |
| XYZ | 49.65 | 26.12 | 67.39 | - |
| YUV | 128.08 | 177.62 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 216 | 0 | 0.78 | 0.1 | 0.06 | 307.74 | 0.86 | 0.58 |
| Hex | F0 | 36 | D8 | 0 | 4E | A | 6 | 134 | 56 | 3A |
| Octal | 360 | 66 | 330 | 0 | 116 | 12 | 6 | 464 | 126 | 72 |
| Binary | 11110000 | 110110 | 11011000 | 0 | 1001110 | 1010 | 110 | 100110100 | 1010110 | 111010 |
Color Harmonies of #F036D8
Complementary color
Monochromatic Colors of #F036D8
Black with #F036D8
Text Example
Text Example
White with #F036D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036D8; }
p { color: rgb(240,54,216); }
H1.HeaderClassName
{
color: #F036D8;
}
.AnyTagClassName
{
color: #F036D8;
}
</style>
background-color css
<style>
a { background-color: #F036D8; }
a { background-color: rgb(240,54,216); }
div.DivClassName
{
background-color: #F036D8;
}
.BgClassName
{
background-color: #F036D8;
}
</style>
border-color css
<style>
span { border-color: #F036D8; }
span { border-color: rgb(240,54,216); }
td.TdClassName
{
border-color: #F036D8;
}
.TagClassName
{
border-color: #F036D8;
}
</style>