Shades of Razzle Dazzle Rose #F431E5
Tints of Razzle Dazzle Rose #F431E5
RGB
CMYK
RGB Variations
Color information
#F431E5 (or 0xF431E5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and E5. RGB value is (244,49,229). Sum of RGB (Red+Green+Blue) = 244+49+229=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 49 (19.53% from 255 or 9.39% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F431E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431E5 is #0BCE1A. Grayscale: #7F7F7F. Windows color (decimal): -773659 or 15020532. OLE color: 15020532.
HSL color Cylindrical-coordinate representation of color #F431E5: hue angle of 304.62º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431E5 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 229 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.04 |
| HSL | 304.62º | 0.9% | 0.57% | - |
| HSV(B) | 304.62º | 0.8% | 0.96% | - |
| XYZ | 52.55 | 27.09 | 76.59 | - |
| YUV | 127.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 229 | 0 | 0.80 | 0.06 | 0.04 | 304.62 | 0.9 | 0.57 |
| Hex | F4 | 31 | E5 | 0 | 50 | 6 | 4 | 131 | 5A | 39 |
| Octal | 364 | 61 | 345 | 0 | 120 | 6 | 4 | 461 | 132 | 71 |
| Binary | 11110100 | 110001 | 11100101 | 0 | 1010000 | 110 | 100 | 100110001 | 1011010 | 111001 |
Color Harmonies of #F431E5
Complementary color
Monochromatic Colors of #F431E5
Black with #F431E5
Text Example
Text Example
White with #F431E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431E5; }
p { color: rgb(244,49,229); }
H1.HeaderClassName
{
color: #F431E5;
}
.AnyTagClassName
{
color: #F431E5;
}
</style>
background-color css
<style>
a { background-color: #F431E5; }
a { background-color: rgb(244,49,229); }
div.DivClassName
{
background-color: #F431E5;
}
.BgClassName
{
background-color: #F431E5;
}
</style>
border-color css
<style>
span { border-color: #F431E5; }
span { border-color: rgb(244,49,229); }
td.TdClassName
{
border-color: #F431E5;
}
.TagClassName
{
border-color: #F431E5;
}
</style>