Shades of Razzle Dazzle Rose #F036C4
Tints of Razzle Dazzle Rose #F036C4
RGB
CMYK
RGB Variations
Color information
#F036C4 (or 0xF036C4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and C4. RGB value is (240,54,196). Sum of RGB (Red+Green+Blue) = 240+54+196=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F036C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036C4 is #0FC93B. Grayscale: #7D7D7D. Windows color (decimal): -1034556 or 12859120. OLE color: 12859120.
HSL color Cylindrical-coordinate representation of color #F036C4: hue angle of 314.19º 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 #F036C4 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 196 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.06 |
| HSL | 314.19º | 0.86% | 0.58% | - |
| HSV(B) | 314.19º | 0.78% | 0.94% | - |
| XYZ | 47.22 | 25.15 | 54.59 | - |
| YUV | 125.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 196 | 0 | 0.78 | 0.18 | 0.06 | 314.19 | 0.86 | 0.58 |
| Hex | F0 | 36 | C4 | 0 | 4E | 12 | 6 | 13A | 56 | 3A |
| Octal | 360 | 66 | 304 | 0 | 116 | 22 | 6 | 472 | 126 | 72 |
| Binary | 11110000 | 110110 | 11000100 | 0 | 1001110 | 10010 | 110 | 100111010 | 1010110 | 111010 |
Color Harmonies of #F036C4
Complementary color
Monochromatic Colors of #F036C4
Black with #F036C4
Text Example
Text Example
White with #F036C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036C4; }
p { color: rgb(240,54,196); }
H1.HeaderClassName
{
color: #F036C4;
}
.AnyTagClassName
{
color: #F036C4;
}
</style>
background-color css
<style>
a { background-color: #F036C4; }
a { background-color: rgb(240,54,196); }
div.DivClassName
{
background-color: #F036C4;
}
.BgClassName
{
background-color: #F036C4;
}
</style>
border-color css
<style>
span { border-color: #F036C4; }
span { border-color: rgb(240,54,196); }
td.TdClassName
{
border-color: #F036C4;
}
.TagClassName
{
border-color: #F036C4;
}
</style>