Shades of Razzle Dazzle Rose #F049BA
Tints of Razzle Dazzle Rose #F049BA
RGB
CMYK
RGB Variations
Color information
#F049BA (or 0xF049BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 49 and BA. RGB value is (240,73,186). Sum of RGB (Red+Green+Blue) = 240+73+186=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F049BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049BA is #0FB645. Grayscale: #878787. Windows color (decimal): -1029702 or 12208624. OLE color: 12208624.
HSL color Cylindrical-coordinate representation of color #F049BA: hue angle of 319.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049BA is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 186 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.06 |
| HSL | 319.4º | 0.85% | 0.61% | - |
| HSV(B) | 319.4º | 0.7% | 0.94% | - |
| XYZ | 47.18 | 26.84 | 49.15 | - |
| YUV | 135.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 186 | 0 | 0.70 | 0.22 | 0.06 | 319.4 | 0.85 | 0.61 |
| Hex | F0 | 49 | BA | 0 | 46 | 16 | 6 | 13F | 55 | 3D |
| Octal | 360 | 111 | 272 | 0 | 106 | 26 | 6 | 477 | 125 | 75 |
| Binary | 11110000 | 1001001 | 10111010 | 0 | 1000110 | 10110 | 110 | 100111111 | 1010101 | 111101 |
Color Harmonies of #F049BA
Complementary color
Monochromatic Colors of #F049BA
Black with #F049BA
Text Example
Text Example
White with #F049BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049BA; }
p { color: rgb(240,73,186); }
H1.HeaderClassName
{
color: #F049BA;
}
.AnyTagClassName
{
color: #F049BA;
}
</style>
background-color css
<style>
a { background-color: #F049BA; }
a { background-color: rgb(240,73,186); }
div.DivClassName
{
background-color: #F049BA;
}
.BgClassName
{
background-color: #F049BA;
}
</style>
border-color css
<style>
span { border-color: #F049BA; }
span { border-color: rgb(240,73,186); }
td.TdClassName
{
border-color: #F049BA;
}
.TagClassName
{
border-color: #F049BA;
}
</style>