Shades of Razzle Dazzle Rose #F949BB
Tints of Razzle Dazzle Rose #F949BB
RGB
CMYK
RGB Variations
Color information
#F949BB (or 0xF949BB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and BB. RGB value is (249,73,187). Sum of RGB (Red+Green+Blue) = 249+73+187=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F949BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949BB is #06B644. Grayscale: #8A8A8A. Windows color (decimal): -439877 or 12274169. OLE color: 12274169.
HSL color Cylindrical-coordinate representation of color #F949BB: hue angle of 321.14º 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 #F949BB is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 187 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.02 |
| HSL | 321.14º | 0.94% | 0.63% | - |
| HSV(B) | 321.14º | 0.71% | 0.98% | - |
| XYZ | 50.42 | 28.49 | 49.86 | - |
| YUV | 138.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 187 | 0 | 0.71 | 0.25 | 0.02 | 321.14 | 0.94 | 0.63 |
| Hex | F9 | 49 | BB | 0 | 47 | 19 | 2 | 141 | 5E | 3F |
| Octal | 371 | 111 | 273 | 0 | 107 | 31 | 2 | 501 | 136 | 77 |
| Binary | 11111001 | 1001001 | 10111011 | 0 | 1000111 | 11001 | 10 | 101000001 | 1011110 | 111111 |
Color Harmonies of #F949BB
Complementary color
Monochromatic Colors of #F949BB
Black with #F949BB
Text Example
Text Example
White with #F949BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949BB; }
p { color: rgb(249,73,187); }
H1.HeaderClassName
{
color: #F949BB;
}
.AnyTagClassName
{
color: #F949BB;
}
</style>
background-color css
<style>
a { background-color: #F949BB; }
a { background-color: rgb(249,73,187); }
div.DivClassName
{
background-color: #F949BB;
}
.BgClassName
{
background-color: #F949BB;
}
</style>
border-color css
<style>
span { border-color: #F949BB; }
span { border-color: rgb(249,73,187); }
td.TdClassName
{
border-color: #F949BB;
}
.TagClassName
{
border-color: #F949BB;
}
</style>