Shades of Razzle Dazzle Rose #F429E9
Tints of Razzle Dazzle Rose #F429E9
RGB
CMYK
RGB Variations
Color information
#F429E9 (or 0xF429E9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and E9. RGB value is (244,41,233). Sum of RGB (Red+Green+Blue) = 244+41+233=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F429E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F429E9 is #0BD616. Grayscale: #7B7B7B. Windows color (decimal): -775703 or 15280628. OLE color: 15280628.
HSL color Cylindrical-coordinate representation of color #F429E9: hue angle of 303.25º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F429E9 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 233 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.04 |
| HSL | 303.25º | 0.9% | 0.56% | - |
| HSV(B) | 303.25º | 0.83% | 0.96% | - |
| XYZ | 52.81 | 26.7 | 79.46 | - |
| YUV | 123.59 | 189.75 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 233 | 0 | 0.83 | 0.05 | 0.04 | 303.25 | 0.9 | 0.56 |
| Hex | F4 | 29 | E9 | 0 | 53 | 5 | 4 | 12F | 5A | 38 |
| Octal | 364 | 51 | 351 | 0 | 123 | 5 | 4 | 457 | 132 | 70 |
| Binary | 11110100 | 101001 | 11101001 | 0 | 1010011 | 101 | 100 | 100101111 | 1011010 | 111000 |
Color Harmonies of #F429E9
Complementary color
Monochromatic Colors of #F429E9
Black with #F429E9
Text Example
Text Example
White with #F429E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F429E9; }
p { color: rgb(244,41,233); }
H1.HeaderClassName
{
color: #F429E9;
}
.AnyTagClassName
{
color: #F429E9;
}
</style>
background-color css
<style>
a { background-color: #F429E9; }
a { background-color: rgb(244,41,233); }
div.DivClassName
{
background-color: #F429E9;
}
.BgClassName
{
background-color: #F429E9;
}
</style>
border-color css
<style>
span { border-color: #F429E9; }
span { border-color: rgb(244,41,233); }
td.TdClassName
{
border-color: #F429E9;
}
.TagClassName
{
border-color: #F429E9;
}
</style>