Shades of Razzle Dazzle Rose #F131DB
Tints of Razzle Dazzle Rose #F131DB
RGB
CMYK
RGB Variations
Color information
#F131DB (or 0xF131DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and DB. RGB value is (241,49,219). Sum of RGB (Red+Green+Blue) = 241+49+219=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F131DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131DB is #0ECE24. Grayscale: #7D7D7D. Windows color (decimal): -970277 or 14365169. OLE color: 14365169.
HSL color Cylindrical-coordinate representation of color #F131DB: hue angle of 306.88º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F131DB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 219 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.05 |
| HSL | 306.88º | 0.87% | 0.57% | - |
| HSV(B) | 306.88º | 0.8% | 0.95% | - |
| XYZ | 50.16 | 26.01 | 69.39 | - |
| YUV | 125.79 | 180.61 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 219 | 0 | 0.80 | 0.09 | 0.05 | 306.88 | 0.87 | 0.57 |
| Hex | F1 | 31 | DB | 0 | 50 | 9 | 5 | 133 | 57 | 39 |
| Octal | 361 | 61 | 333 | 0 | 120 | 11 | 5 | 463 | 127 | 71 |
| Binary | 11110001 | 110001 | 11011011 | 0 | 1010000 | 1001 | 101 | 100110011 | 1010111 | 111001 |
Color Harmonies of #F131DB
Complementary color
Monochromatic Colors of #F131DB
Black with #F131DB
Text Example
Text Example
White with #F131DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F131DB; }
p { color: rgb(241,49,219); }
H1.HeaderClassName
{
color: #F131DB;
}
.AnyTagClassName
{
color: #F131DB;
}
</style>
background-color css
<style>
a { background-color: #F131DB; }
a { background-color: rgb(241,49,219); }
div.DivClassName
{
background-color: #F131DB;
}
.BgClassName
{
background-color: #F131DB;
}
</style>
border-color css
<style>
span { border-color: #F131DB; }
span { border-color: rgb(241,49,219); }
td.TdClassName
{
border-color: #F131DB;
}
.TagClassName
{
border-color: #F131DB;
}
</style>