Shades of Razzle Dazzle Rose #F931DB
Tints of Razzle Dazzle Rose #F931DB
RGB
CMYK
RGB Variations
Color information
#F931DB (or 0xF931DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 31 and DB. RGB value is (249,49,219). Sum of RGB (Red+Green+Blue) = 249+49+219=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F931DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F931DB is #06CE24. Grayscale: #7F7F7F. Windows color (decimal): -445989 or 14365177. OLE color: 14365177.
HSL color Cylindrical-coordinate representation of color #F931DB: hue angle of 309º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F931DB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 219 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.02 |
| HSL | 309º | 0.94% | 0.58% | - |
| HSV(B) | 309º | 0.8% | 0.98% | - |
| XYZ | 52.95 | 27.45 | 69.53 | - |
| YUV | 128.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 219 | 0 | 0.80 | 0.12 | 0.02 | 309 | 0.94 | 0.58 |
| Hex | F9 | 31 | DB | 0 | 50 | C | 2 | 135 | 5E | 3A |
| Octal | 371 | 61 | 333 | 0 | 120 | 14 | 2 | 465 | 136 | 72 |
| Binary | 11111001 | 110001 | 11011011 | 0 | 1010000 | 1100 | 10 | 100110101 | 1011110 | 111010 |
Color Harmonies of #F931DB
Complementary color
Monochromatic Colors of #F931DB
Black with #F931DB
Text Example
Text Example
White with #F931DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F931DB; }
p { color: rgb(249,49,219); }
H1.HeaderClassName
{
color: #F931DB;
}
.AnyTagClassName
{
color: #F931DB;
}
</style>
background-color css
<style>
a { background-color: #F931DB; }
a { background-color: rgb(249,49,219); }
div.DivClassName
{
background-color: #F931DB;
}
.BgClassName
{
background-color: #F931DB;
}
</style>
border-color css
<style>
span { border-color: #F931DB; }
span { border-color: rgb(249,49,219); }
td.TdClassName
{
border-color: #F931DB;
}
.TagClassName
{
border-color: #F931DB;
}
</style>