Shades of Razzle Dazzle Rose #F423EA
Tints of Razzle Dazzle Rose #F423EA
RGB
CMYK
RGB Variations
Color information
#F423EA (or 0xF423EA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 23 and EA. RGB value is (244,35,234). Sum of RGB (Red+Green+Blue) = 244+35+234=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F423EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F423EA is #0BDC15. Grayscale: #777777. Windows color (decimal): -777238 or 15344628. OLE color: 15344628.
HSL color Cylindrical-coordinate representation of color #F423EA: hue angle of 302.87º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F423EA is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 234 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.04 |
| HSL | 302.87º | 0.9% | 0.55% | - |
| HSV(B) | 302.87º | 0.86% | 0.96% | - |
| XYZ | 52.76 | 26.38 | 80.15 | - |
| YUV | 120.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 234 | 0 | 0.86 | 0.04 | 0.04 | 302.87 | 0.9 | 0.55 |
| Hex | F4 | 23 | EA | 0 | 56 | 4 | 4 | 12F | 5A | 37 |
| Octal | 364 | 43 | 352 | 0 | 126 | 4 | 4 | 457 | 132 | 67 |
| Binary | 11110100 | 100011 | 11101010 | 0 | 1010110 | 100 | 100 | 100101111 | 1011010 | 110111 |
Color Harmonies of #F423EA
Complementary color
Monochromatic Colors of #F423EA
Black with #F423EA
Text Example
Text Example
White with #F423EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423EA; }
p { color: rgb(244,35,234); }
H1.HeaderClassName
{
color: #F423EA;
}
.AnyTagClassName
{
color: #F423EA;
}
</style>
background-color css
<style>
a { background-color: #F423EA; }
a { background-color: rgb(244,35,234); }
div.DivClassName
{
background-color: #F423EA;
}
.BgClassName
{
background-color: #F423EA;
}
</style>
border-color css
<style>
span { border-color: #F423EA; }
span { border-color: rgb(244,35,234); }
td.TdClassName
{
border-color: #F423EA;
}
.TagClassName
{
border-color: #F423EA;
}
</style>