Shades of Razzle Dazzle Rose #F129E5
Tints of Razzle Dazzle Rose #F129E5
RGB
CMYK
RGB Variations
Color information
#F129E5 (or 0xF129E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and E5. RGB value is (241,41,229). Sum of RGB (Red+Green+Blue) = 241+41+229=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F129E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129E5 is #0ED61A. Grayscale: #797979. Windows color (decimal): -972315 or 15018481. OLE color: 15018481.
HSL color Cylindrical-coordinate representation of color #F129E5: hue angle of 303.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 #F129E5 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 229 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.05 |
| HSL | 303.6º | 0.88% | 0.55% | - |
| HSV(B) | 303.6º | 0.83% | 0.95% | - |
| XYZ | 51.21 | 25.94 | 76.44 | - |
| YUV | 122.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 229 | 0 | 0.83 | 0.05 | 0.05 | 303.6 | 0.88 | 0.55 |
| Hex | F1 | 29 | E5 | 0 | 53 | 5 | 5 | 130 | 58 | 37 |
| Octal | 361 | 51 | 345 | 0 | 123 | 5 | 5 | 460 | 130 | 67 |
| Binary | 11110001 | 101001 | 11100101 | 0 | 1010011 | 101 | 101 | 100110000 | 1011000 | 110111 |
Color Harmonies of #F129E5
Complementary color
Monochromatic Colors of #F129E5
Black with #F129E5
Text Example
Text Example
White with #F129E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129E5; }
p { color: rgb(241,41,229); }
H1.HeaderClassName
{
color: #F129E5;
}
.AnyTagClassName
{
color: #F129E5;
}
</style>
background-color css
<style>
a { background-color: #F129E5; }
a { background-color: rgb(241,41,229); }
div.DivClassName
{
background-color: #F129E5;
}
.BgClassName
{
background-color: #F129E5;
}
</style>
border-color css
<style>
span { border-color: #F129E5; }
span { border-color: rgb(241,41,229); }
td.TdClassName
{
border-color: #F129E5;
}
.TagClassName
{
border-color: #F129E5;
}
</style>