Shades of Razzle Dazzle Rose #F129DB
Tints of Razzle Dazzle Rose #F129DB
RGB
CMYK
RGB Variations
Color information
#F129DB (or 0xF129DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and DB. RGB value is (241,41,219). Sum of RGB (Red+Green+Blue) = 241+41+219=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F129DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129DB is #0ED624. Grayscale: #787878. Windows color (decimal): -972325 or 14363121. OLE color: 14363121.
HSL color Cylindrical-coordinate representation of color #F129DB: hue angle of 306.6º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F129DB is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 219 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.05 |
| HSL | 306.6º | 0.88% | 0.55% | - |
| HSV(B) | 306.6º | 0.83% | 0.95% | - |
| XYZ | 49.85 | 25.4 | 69.29 | - |
| YUV | 121.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 219 | 0 | 0.83 | 0.09 | 0.05 | 306.6 | 0.88 | 0.55 |
| Hex | F1 | 29 | DB | 0 | 53 | 9 | 5 | 133 | 58 | 37 |
| Octal | 361 | 51 | 333 | 0 | 123 | 11 | 5 | 463 | 130 | 67 |
| Binary | 11110001 | 101001 | 11011011 | 0 | 1010011 | 1001 | 101 | 100110011 | 1011000 | 110111 |
Color Harmonies of #F129DB
Complementary color
Monochromatic Colors of #F129DB
Black with #F129DB
Text Example
Text Example
White with #F129DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129DB; }
p { color: rgb(241,41,219); }
H1.HeaderClassName
{
color: #F129DB;
}
.AnyTagClassName
{
color: #F129DB;
}
</style>
background-color css
<style>
a { background-color: #F129DB; }
a { background-color: rgb(241,41,219); }
div.DivClassName
{
background-color: #F129DB;
}
.BgClassName
{
background-color: #F129DB;
}
</style>
border-color css
<style>
span { border-color: #F129DB; }
span { border-color: rgb(241,41,219); }
td.TdClassName
{
border-color: #F129DB;
}
.TagClassName
{
border-color: #F129DB;
}
</style>