Shades of Razzle Dazzle Rose #F426ED
Tints of Razzle Dazzle Rose #F426ED
RGB
CMYK
RGB Variations
Color information
#F426ED (or 0xF426ED) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and ED. RGB value is (244,38,237). Sum of RGB (Red+Green+Blue) = 244+38+237=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 38 (15.23% from 255 or 7.32% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F426ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F426ED is #0BD912. Grayscale: #797979. Windows color (decimal): -776467 or 15542004. OLE color: 15542004.
HSL color Cylindrical-coordinate representation of color #F426ED: hue angle of 302.04º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F426ED is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 237 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.04 |
| HSL | 302.04º | 0.9% | 0.55% | - |
| HSV(B) | 302.04º | 0.84% | 0.96% | - |
| XYZ | 53.29 | 26.73 | 82.47 | - |
| YUV | 122.28 | 192.75 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 237 | 0 | 0.84 | 0.03 | 0.04 | 302.04 | 0.9 | 0.55 |
| Hex | F4 | 26 | ED | 0 | 54 | 3 | 4 | 12E | 5A | 37 |
| Octal | 364 | 46 | 355 | 0 | 124 | 3 | 4 | 456 | 132 | 67 |
| Binary | 11110100 | 100110 | 11101101 | 0 | 1010100 | 11 | 100 | 100101110 | 1011010 | 110111 |
Color Harmonies of #F426ED
Complementary color
Monochromatic Colors of #F426ED
Black with #F426ED
Text Example
Text Example
White with #F426ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426ED; }
p { color: rgb(244,38,237); }
H1.HeaderClassName
{
color: #F426ED;
}
.AnyTagClassName
{
color: #F426ED;
}
</style>
background-color css
<style>
a { background-color: #F426ED; }
a { background-color: rgb(244,38,237); }
div.DivClassName
{
background-color: #F426ED;
}
.BgClassName
{
background-color: #F426ED;
}
</style>
border-color css
<style>
span { border-color: #F426ED; }
span { border-color: rgb(244,38,237); }
td.TdClassName
{
border-color: #F426ED;
}
.TagClassName
{
border-color: #F426ED;
}
</style>