Shades of Razzle Dazzle Rose #F249BC
Tints of Razzle Dazzle Rose #F249BC
RGB
CMYK
RGB Variations
Color information
#F249BC (or 0xF249BC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 49 and BC. RGB value is (242,73,188). Sum of RGB (Red+Green+Blue) = 242+73+188=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F249BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249BC is #0DB643. Grayscale: #888888. Windows color (decimal): -898628 or 12339698. OLE color: 12339698.
HSL color Cylindrical-coordinate representation of color #F249BC: hue angle of 319.17º 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 #F249BC is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 188 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.05 |
| HSL | 319.17º | 0.87% | 0.62% | - |
| HSV(B) | 319.17º | 0.7% | 0.95% | - |
| XYZ | 48.08 | 27.27 | 50.31 | - |
| YUV | 136.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 188 | 0 | 0.70 | 0.22 | 0.05 | 319.17 | 0.87 | 0.62 |
| Hex | F2 | 49 | BC | 0 | 46 | 16 | 5 | 13F | 57 | 3E |
| Octal | 362 | 111 | 274 | 0 | 106 | 26 | 5 | 477 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10111100 | 0 | 1000110 | 10110 | 101 | 100111111 | 1010111 | 111110 |
Color Harmonies of #F249BC
Complementary color
Monochromatic Colors of #F249BC
Black with #F249BC
Text Example
Text Example
White with #F249BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249BC; }
p { color: rgb(242,73,188); }
H1.HeaderClassName
{
color: #F249BC;
}
.AnyTagClassName
{
color: #F249BC;
}
</style>
background-color css
<style>
a { background-color: #F249BC; }
a { background-color: rgb(242,73,188); }
div.DivClassName
{
background-color: #F249BC;
}
.BgClassName
{
background-color: #F249BC;
}
</style>
border-color css
<style>
span { border-color: #F249BC; }
span { border-color: rgb(242,73,188); }
td.TdClassName
{
border-color: #F249BC;
}
.TagClassName
{
border-color: #F249BC;
}
</style>