Shades of Razzle Dazzle Rose #F126DB
Tints of Razzle Dazzle Rose #F126DB
RGB
CMYK
RGB Variations
Color information
#F126DB (or 0xF126DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 26 and DB. RGB value is (241,38,219). Sum of RGB (Red+Green+Blue) = 241+38+219=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 38 (15.23% from 255 or 7.63% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F126DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F126DB is #0ED924. Grayscale: #767676. Windows color (decimal): -973093 or 14362353. OLE color: 14362353.
HSL color Cylindrical-coordinate representation of color #F126DB: hue angle of 306.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F126DB is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 219 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.05 |
| HSL | 306.5º | 0.88% | 0.55% | - |
| HSV(B) | 306.5º | 0.84% | 0.95% | - |
| XYZ | 49.75 | 25.2 | 69.26 | - |
| YUV | 119.33 | 184.25 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 219 | 0 | 0.84 | 0.09 | 0.05 | 306.5 | 0.88 | 0.55 |
| Hex | F1 | 26 | DB | 0 | 54 | 9 | 5 | 133 | 58 | 37 |
| Octal | 361 | 46 | 333 | 0 | 124 | 11 | 5 | 463 | 130 | 67 |
| Binary | 11110001 | 100110 | 11011011 | 0 | 1010100 | 1001 | 101 | 100110011 | 1011000 | 110111 |
Color Harmonies of #F126DB
Complementary color
Monochromatic Colors of #F126DB
Black with #F126DB
Text Example
Text Example
White with #F126DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F126DB; }
p { color: rgb(241,38,219); }
H1.HeaderClassName
{
color: #F126DB;
}
.AnyTagClassName
{
color: #F126DB;
}
</style>
background-color css
<style>
a { background-color: #F126DB; }
a { background-color: rgb(241,38,219); }
div.DivClassName
{
background-color: #F126DB;
}
.BgClassName
{
background-color: #F126DB;
}
</style>
border-color css
<style>
span { border-color: #F126DB; }
span { border-color: rgb(241,38,219); }
td.TdClassName
{
border-color: #F126DB;
}
.TagClassName
{
border-color: #F126DB;
}
</style>