Shades of Razzle Dazzle Rose #F432ED
Tints of Razzle Dazzle Rose #F432ED
RGB
CMYK
RGB Variations
Color information
#F432ED (or 0xF432ED) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and ED. RGB value is (244,50,237). Sum of RGB (Red+Green+Blue) = 244+50+237=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 50 (19.92% from 255 or 9.42% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F432ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F432ED is #0BCD12. Grayscale: #808080. Windows color (decimal): -773395 or 15545076. OLE color: 15545076.
HSL color Cylindrical-coordinate representation of color #F432ED: hue angle of 302.16º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F432ED is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 237 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.04 |
| HSL | 302.16º | 0.9% | 0.58% | - |
| HSV(B) | 302.16º | 0.8% | 0.96% | - |
| XYZ | 53.73 | 27.63 | 82.62 | - |
| YUV | 129.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 237 | 0 | 0.80 | 0.03 | 0.04 | 302.16 | 0.9 | 0.58 |
| Hex | F4 | 32 | ED | 0 | 50 | 3 | 4 | 12E | 5A | 3A |
| Octal | 364 | 62 | 355 | 0 | 120 | 3 | 4 | 456 | 132 | 72 |
| Binary | 11110100 | 110010 | 11101101 | 0 | 1010000 | 11 | 100 | 100101110 | 1011010 | 111010 |
Color Harmonies of #F432ED
Complementary color
Monochromatic Colors of #F432ED
Black with #F432ED
Text Example
Text Example
White with #F432ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432ED; }
p { color: rgb(244,50,237); }
H1.HeaderClassName
{
color: #F432ED;
}
.AnyTagClassName
{
color: #F432ED;
}
</style>
background-color css
<style>
a { background-color: #F432ED; }
a { background-color: rgb(244,50,237); }
div.DivClassName
{
background-color: #F432ED;
}
.BgClassName
{
background-color: #F432ED;
}
</style>
border-color css
<style>
span { border-color: #F432ED; }
span { border-color: rgb(244,50,237); }
td.TdClassName
{
border-color: #F432ED;
}
.TagClassName
{
border-color: #F432ED;
}
</style>