Shades of Razzle Dazzle Rose #F434E8
Tints of Razzle Dazzle Rose #F434E8
RGB
CMYK
RGB Variations
Color information
#F434E8 (or 0xF434E8) is known color: Razzle Dazzle Rose. HEX triplet: F4, 34 and E8. RGB value is (244,52,232). Sum of RGB (Red+Green+Blue) = 244+52+232=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 52 (20.70% from 255 or 9.85% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F434E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F434E8 is #0BCB17. Grayscale: #818181. Windows color (decimal): -772888 or 15217908. OLE color: 15217908.
HSL color Cylindrical-coordinate representation of color #F434E8: hue angle of 303.75º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F434E8 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 232 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.04 |
| HSL | 303.75º | 0.9% | 0.58% | - |
| HSV(B) | 303.75º | 0.79% | 0.96% | - |
| XYZ | 53.1 | 27.52 | 78.86 | - |
| YUV | 129.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 232 | 0 | 0.79 | 0.05 | 0.04 | 303.75 | 0.9 | 0.58 |
| Hex | F4 | 34 | E8 | 0 | 4F | 5 | 4 | 130 | 5A | 3A |
| Octal | 364 | 64 | 350 | 0 | 117 | 5 | 4 | 460 | 132 | 72 |
| Binary | 11110100 | 110100 | 11101000 | 0 | 1001111 | 101 | 100 | 100110000 | 1011010 | 111010 |
Color Harmonies of #F434E8
Complementary color
Monochromatic Colors of #F434E8
Black with #F434E8
Text Example
Text Example
White with #F434E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434E8; }
p { color: rgb(244,52,232); }
H1.HeaderClassName
{
color: #F434E8;
}
.AnyTagClassName
{
color: #F434E8;
}
</style>
background-color css
<style>
a { background-color: #F434E8; }
a { background-color: rgb(244,52,232); }
div.DivClassName
{
background-color: #F434E8;
}
.BgClassName
{
background-color: #F434E8;
}
</style>
border-color css
<style>
span { border-color: #F434E8; }
span { border-color: rgb(244,52,232); }
td.TdClassName
{
border-color: #F434E8;
}
.TagClassName
{
border-color: #F434E8;
}
</style>