Shades of Razzle Dazzle Rose #F949BD
Tints of Razzle Dazzle Rose #F949BD
RGB
CMYK
RGB Variations
Color information
#F949BD (or 0xF949BD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and BD. RGB value is (249,73,189). Sum of RGB (Red+Green+Blue) = 249+73+189=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F949BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949BD is #06B642. Grayscale: #8A8A8A. Windows color (decimal): -439875 or 12405241. OLE color: 12405241.
HSL color Cylindrical-coordinate representation of color #F949BD: hue angle of 320.45º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949BD is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 189 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.02 |
| HSL | 320.45º | 0.94% | 0.63% | - |
| HSV(B) | 320.45º | 0.71% | 0.98% | - |
| XYZ | 50.63 | 28.58 | 50.99 | - |
| YUV | 138.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 189 | 0 | 0.71 | 0.24 | 0.02 | 320.45 | 0.94 | 0.63 |
| Hex | F9 | 49 | BD | 0 | 47 | 18 | 2 | 140 | 5E | 3F |
| Octal | 371 | 111 | 275 | 0 | 107 | 30 | 2 | 500 | 136 | 77 |
| Binary | 11111001 | 1001001 | 10111101 | 0 | 1000111 | 11000 | 10 | 101000000 | 1011110 | 111111 |
Color Harmonies of #F949BD
Complementary color
Monochromatic Colors of #F949BD
Black with #F949BD
Text Example
Text Example
White with #F949BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949BD; }
p { color: rgb(249,73,189); }
H1.HeaderClassName
{
color: #F949BD;
}
.AnyTagClassName
{
color: #F949BD;
}
</style>
background-color css
<style>
a { background-color: #F949BD; }
a { background-color: rgb(249,73,189); }
div.DivClassName
{
background-color: #F949BD;
}
.BgClassName
{
background-color: #F949BD;
}
</style>
border-color css
<style>
span { border-color: #F949BD; }
span { border-color: rgb(249,73,189); }
td.TdClassName
{
border-color: #F949BD;
}
.TagClassName
{
border-color: #F949BD;
}
</style>