Shades of Razzle Dazzle Rose #F423E2
Tints of Razzle Dazzle Rose #F423E2
RGB
CMYK
RGB Variations
Color information
#F423E2 (or 0xF423E2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 23 and E2. RGB value is (244,35,226). Sum of RGB (Red+Green+Blue) = 244+35+226=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 35 (14.06% from 255 or 6.93% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F423E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F423E2 is #0BDC1D. Grayscale: #767676. Windows color (decimal): -777246 or 14820340. OLE color: 14820340.
HSL color Cylindrical-coordinate representation of color #F423E2: hue angle of 305.17º 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 #F423E2 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 226 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.04 |
| HSL | 305.17º | 0.9% | 0.55% | - |
| HSV(B) | 305.17º | 0.86% | 0.96% | - |
| XYZ | 51.64 | 25.93 | 74.23 | - |
| YUV | 119.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 226 | 0 | 0.86 | 0.07 | 0.04 | 305.17 | 0.9 | 0.55 |
| Hex | F4 | 23 | E2 | 0 | 56 | 7 | 4 | 131 | 5A | 37 |
| Octal | 364 | 43 | 342 | 0 | 126 | 7 | 4 | 461 | 132 | 67 |
| Binary | 11110100 | 100011 | 11100010 | 0 | 1010110 | 111 | 100 | 100110001 | 1011010 | 110111 |
Color Harmonies of #F423E2
Complementary color
Monochromatic Colors of #F423E2
Black with #F423E2
Text Example
Text Example
White with #F423E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423E2; }
p { color: rgb(244,35,226); }
H1.HeaderClassName
{
color: #F423E2;
}
.AnyTagClassName
{
color: #F423E2;
}
</style>
background-color css
<style>
a { background-color: #F423E2; }
a { background-color: rgb(244,35,226); }
div.DivClassName
{
background-color: #F423E2;
}
.BgClassName
{
background-color: #F423E2;
}
</style>
border-color css
<style>
span { border-color: #F423E2; }
span { border-color: rgb(244,35,226); }
td.TdClassName
{
border-color: #F423E2;
}
.TagClassName
{
border-color: #F423E2;
}
</style>