Shades of Razzle Dazzle Rose #F125DB
Tints of Razzle Dazzle Rose #F125DB
RGB
CMYK
RGB Variations
Color information
#F125DB (or 0xF125DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 25 and DB. RGB value is (241,37,219). Sum of RGB (Red+Green+Blue) = 241+37+219=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F125DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125DB is #0EDA24. Grayscale: #767676. Windows color (decimal): -973349 or 14362097. OLE color: 14362097.
HSL color Cylindrical-coordinate representation of color #F125DB: hue angle of 306.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F125DB is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 219 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.05 |
| HSL | 306.47º | 0.88% | 0.55% | - |
| HSV(B) | 306.47º | 0.85% | 0.95% | - |
| XYZ | 49.72 | 25.14 | 69.25 | - |
| YUV | 118.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 219 | 0 | 0.85 | 0.09 | 0.05 | 306.47 | 0.88 | 0.55 |
| Hex | F1 | 25 | DB | 0 | 55 | 9 | 5 | 132 | 58 | 37 |
| Octal | 361 | 45 | 333 | 0 | 125 | 11 | 5 | 462 | 130 | 67 |
| Binary | 11110001 | 100101 | 11011011 | 0 | 1010101 | 1001 | 101 | 100110010 | 1011000 | 110111 |
Color Harmonies of #F125DB
Complementary color
Monochromatic Colors of #F125DB
Black with #F125DB
Text Example
Text Example
White with #F125DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F125DB; }
p { color: rgb(241,37,219); }
H1.HeaderClassName
{
color: #F125DB;
}
.AnyTagClassName
{
color: #F125DB;
}
</style>
background-color css
<style>
a { background-color: #F125DB; }
a { background-color: rgb(241,37,219); }
div.DivClassName
{
background-color: #F125DB;
}
.BgClassName
{
background-color: #F125DB;
}
</style>
border-color css
<style>
span { border-color: #F125DB; }
span { border-color: rgb(241,37,219); }
td.TdClassName
{
border-color: #F125DB;
}
.TagClassName
{
border-color: #F125DB;
}
</style>