Shades of Razzle Dazzle Rose #F044BA
Tints of Razzle Dazzle Rose #F044BA
RGB
CMYK
RGB Variations
Color information
#F044BA (or 0xF044BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and BA. RGB value is (240,68,186). Sum of RGB (Red+Green+Blue) = 240+68+186=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F044BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044BA is #0FBB45. Grayscale: #848484. Windows color (decimal): -1030982 or 12207344. OLE color: 12207344.
HSL color Cylindrical-coordinate representation of color #F044BA: hue angle of 318.84º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044BA is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 186 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.06 |
| HSL | 318.84º | 0.85% | 0.6% | - |
| HSV(B) | 318.84º | 0.72% | 0.94% | - |
| XYZ | 46.87 | 26.2 | 49.04 | - |
| YUV | 132.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 186 | 0 | 0.72 | 0.22 | 0.06 | 318.84 | 0.85 | 0.6 |
| Hex | F0 | 44 | BA | 0 | 48 | 16 | 6 | 13F | 55 | 3C |
| Octal | 360 | 104 | 272 | 0 | 110 | 26 | 6 | 477 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10111010 | 0 | 1001000 | 10110 | 110 | 100111111 | 1010101 | 111100 |
Color Harmonies of #F044BA
Complementary color
Monochromatic Colors of #F044BA
Black with #F044BA
Text Example
Text Example
White with #F044BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044BA; }
p { color: rgb(240,68,186); }
H1.HeaderClassName
{
color: #F044BA;
}
.AnyTagClassName
{
color: #F044BA;
}
</style>
background-color css
<style>
a { background-color: #F044BA; }
a { background-color: rgb(240,68,186); }
div.DivClassName
{
background-color: #F044BA;
}
.BgClassName
{
background-color: #F044BA;
}
</style>
border-color css
<style>
span { border-color: #F044BA; }
span { border-color: rgb(240,68,186); }
td.TdClassName
{
border-color: #F044BA;
}
.TagClassName
{
border-color: #F044BA;
}
</style>