Shades of Razzle Dazzle Rose #F428EE
Tints of Razzle Dazzle Rose #F428EE
RGB
CMYK
RGB Variations
Color information
#F428EE (or 0xF428EE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and EE. RGB value is (244,40,238). Sum of RGB (Red+Green+Blue) = 244+40+238=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 40 (16.02% from 255 or 7.66% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F428EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F428EE is #0BD711. Grayscale: #7A7A7A. Windows color (decimal): -775954 or 15608052. OLE color: 15608052.
HSL color Cylindrical-coordinate representation of color #F428EE: hue angle of 301.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428EE is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 238 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.04 |
| HSL | 301.76º | 0.9% | 0.56% | - |
| HSV(B) | 301.76º | 0.84% | 0.96% | - |
| XYZ | 53.5 | 26.92 | 83.27 | - |
| YUV | 123.57 | 192.59 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 238 | 0 | 0.84 | 0.02 | 0.04 | 301.76 | 0.9 | 0.56 |
| Hex | F4 | 28 | EE | 0 | 54 | 2 | 4 | 12E | 5A | 38 |
| Octal | 364 | 50 | 356 | 0 | 124 | 2 | 4 | 456 | 132 | 70 |
| Binary | 11110100 | 101000 | 11101110 | 0 | 1010100 | 10 | 100 | 100101110 | 1011010 | 111000 |
Color Harmonies of #F428EE
Complementary color
Monochromatic Colors of #F428EE
Black with #F428EE
Text Example
Text Example
White with #F428EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428EE; }
p { color: rgb(244,40,238); }
H1.HeaderClassName
{
color: #F428EE;
}
.AnyTagClassName
{
color: #F428EE;
}
</style>
background-color css
<style>
a { background-color: #F428EE; }
a { background-color: rgb(244,40,238); }
div.DivClassName
{
background-color: #F428EE;
}
.BgClassName
{
background-color: #F428EE;
}
</style>
border-color css
<style>
span { border-color: #F428EE; }
span { border-color: rgb(244,40,238); }
td.TdClassName
{
border-color: #F428EE;
}
.TagClassName
{
border-color: #F428EE;
}
</style>