Shades of Razzle Dazzle Rose #F129D1
Tints of Razzle Dazzle Rose #F129D1
RGB
CMYK
RGB Variations
Color information
#F129D1 (or 0xF129D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and D1. RGB value is (241,41,209). Sum of RGB (Red+Green+Blue) = 241+41+209=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F129D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129D1 is #0ED62E. Grayscale: #777777. Windows color (decimal): -972335 or 13707761. OLE color: 13707761.
HSL color Cylindrical-coordinate representation of color #F129D1: hue angle of 309.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 #F129D1 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 209 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.05 |
| HSL | 309.6º | 0.88% | 0.55% | - |
| HSV(B) | 309.6º | 0.83% | 0.95% | - |
| XYZ | 48.58 | 24.89 | 62.57 | - |
| YUV | 119.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 209 | 0 | 0.83 | 0.13 | 0.05 | 309.6 | 0.88 | 0.55 |
| Hex | F1 | 29 | D1 | 0 | 53 | D | 5 | 136 | 58 | 37 |
| Octal | 361 | 51 | 321 | 0 | 123 | 15 | 5 | 466 | 130 | 67 |
| Binary | 11110001 | 101001 | 11010001 | 0 | 1010011 | 1101 | 101 | 100110110 | 1011000 | 110111 |
Color Harmonies of #F129D1
Complementary color
Monochromatic Colors of #F129D1
Black with #F129D1
Text Example
Text Example
White with #F129D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129D1; }
p { color: rgb(241,41,209); }
H1.HeaderClassName
{
color: #F129D1;
}
.AnyTagClassName
{
color: #F129D1;
}
</style>
background-color css
<style>
a { background-color: #F129D1; }
a { background-color: rgb(241,41,209); }
div.DivClassName
{
background-color: #F129D1;
}
.BgClassName
{
background-color: #F129D1;
}
</style>
border-color css
<style>
span { border-color: #F129D1; }
span { border-color: rgb(241,41,209); }
td.TdClassName
{
border-color: #F129D1;
}
.TagClassName
{
border-color: #F129D1;
}
</style>