Shades of Razzle Dazzle Rose #F249BA
Tints of Razzle Dazzle Rose #F249BA
RGB
CMYK
RGB Variations
Color information
#F249BA (or 0xF249BA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 49 and BA. RGB value is (242,73,186). Sum of RGB (Red+Green+Blue) = 242+73+186=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F249BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249BA is #0DB645. Grayscale: #888888. Windows color (decimal): -898630 or 12208626. OLE color: 12208626.
HSL color Cylindrical-coordinate representation of color #F249BA: hue angle of 319.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249BA is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 186 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.05 |
| HSL | 319.88º | 0.87% | 0.62% | - |
| HSV(B) | 319.88º | 0.7% | 0.95% | - |
| XYZ | 47.86 | 27.19 | 49.18 | - |
| YUV | 136.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 186 | 0 | 0.70 | 0.23 | 0.05 | 319.88 | 0.87 | 0.62 |
| Hex | F2 | 49 | BA | 0 | 46 | 17 | 5 | 140 | 57 | 3E |
| Octal | 362 | 111 | 272 | 0 | 106 | 27 | 5 | 500 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10111010 | 0 | 1000110 | 10111 | 101 | 101000000 | 1010111 | 111110 |
Color Harmonies of #F249BA
Complementary color
Monochromatic Colors of #F249BA
Black with #F249BA
Text Example
Text Example
White with #F249BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249BA; }
p { color: rgb(242,73,186); }
H1.HeaderClassName
{
color: #F249BA;
}
.AnyTagClassName
{
color: #F249BA;
}
</style>
background-color css
<style>
a { background-color: #F249BA; }
a { background-color: rgb(242,73,186); }
div.DivClassName
{
background-color: #F249BA;
}
.BgClassName
{
background-color: #F249BA;
}
</style>
border-color css
<style>
span { border-color: #F249BA; }
span { border-color: rgb(242,73,186); }
td.TdClassName
{
border-color: #F249BA;
}
.TagClassName
{
border-color: #F249BA;
}
</style>