Shades of Razzle Dazzle Rose #F036D4
Tints of Razzle Dazzle Rose #F036D4
RGB
CMYK
RGB Variations
Color information
#F036D4 (or 0xF036D4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and D4. RGB value is (240,54,212). Sum of RGB (Red+Green+Blue) = 240+54+212=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F036D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036D4 is #0FC92B. Grayscale: #7F7F7F. Windows color (decimal): -1034540 or 13907696. OLE color: 13907696.
HSL color Cylindrical-coordinate representation of color #F036D4: hue angle of 309.03º 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 #F036D4 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 212 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.06 |
| HSL | 309.03º | 0.86% | 0.58% | - |
| HSV(B) | 309.03º | 0.78% | 0.94% | - |
| XYZ | 49.14 | 25.92 | 64.7 | - |
| YUV | 127.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 212 | 0 | 0.78 | 0.12 | 0.06 | 309.03 | 0.86 | 0.58 |
| Hex | F0 | 36 | D4 | 0 | 4E | C | 6 | 135 | 56 | 3A |
| Octal | 360 | 66 | 324 | 0 | 116 | 14 | 6 | 465 | 126 | 72 |
| Binary | 11110000 | 110110 | 11010100 | 0 | 1001110 | 1100 | 110 | 100110101 | 1010110 | 111010 |
Color Harmonies of #F036D4
Complementary color
Monochromatic Colors of #F036D4
Black with #F036D4
Text Example
Text Example
White with #F036D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036D4; }
p { color: rgb(240,54,212); }
H1.HeaderClassName
{
color: #F036D4;
}
.AnyTagClassName
{
color: #F036D4;
}
</style>
background-color css
<style>
a { background-color: #F036D4; }
a { background-color: rgb(240,54,212); }
div.DivClassName
{
background-color: #F036D4;
}
.BgClassName
{
background-color: #F036D4;
}
</style>
border-color css
<style>
span { border-color: #F036D4; }
span { border-color: rgb(240,54,212); }
td.TdClassName
{
border-color: #F036D4;
}
.TagClassName
{
border-color: #F036D4;
}
</style>