Shades of Razzle Dazzle Rose #F036BA
Tints of Razzle Dazzle Rose #F036BA
RGB
CMYK
RGB Variations
Color information
#F036BA (or 0xF036BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and BA. RGB value is (240,54,186). Sum of RGB (Red+Green+Blue) = 240+54+186=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F036BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036BA is #0FC945. Grayscale: #7C7C7C. Windows color (decimal): -1034566 or 12203760. OLE color: 12203760.
HSL color Cylindrical-coordinate representation of color #F036BA: hue angle of 317.42º 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 #F036BA is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 186 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.06 |
| HSL | 317.42º | 0.86% | 0.58% | - |
| HSV(B) | 317.42º | 0.78% | 0.94% | - |
| XYZ | 46.12 | 24.71 | 48.79 | - |
| YUV | 124.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 186 | 0 | 0.78 | 0.22 | 0.06 | 317.42 | 0.86 | 0.58 |
| Hex | F0 | 36 | BA | 0 | 4E | 16 | 6 | 13D | 56 | 3A |
| Octal | 360 | 66 | 272 | 0 | 116 | 26 | 6 | 475 | 126 | 72 |
| Binary | 11110000 | 110110 | 10111010 | 0 | 1001110 | 10110 | 110 | 100111101 | 1010110 | 111010 |
Color Harmonies of #F036BA
Complementary color
Monochromatic Colors of #F036BA
Black with #F036BA
Text Example
Text Example
White with #F036BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036BA; }
p { color: rgb(240,54,186); }
H1.HeaderClassName
{
color: #F036BA;
}
.AnyTagClassName
{
color: #F036BA;
}
</style>
background-color css
<style>
a { background-color: #F036BA; }
a { background-color: rgb(240,54,186); }
div.DivClassName
{
background-color: #F036BA;
}
.BgClassName
{
background-color: #F036BA;
}
</style>
border-color css
<style>
span { border-color: #F036BA; }
span { border-color: rgb(240,54,186); }
td.TdClassName
{
border-color: #F036BA;
}
.TagClassName
{
border-color: #F036BA;
}
</style>