Shades of Razzle Dazzle Rose #F81EE0
Tints of Razzle Dazzle Rose #F81EE0
RGB
CMYK
RGB Variations
Color information
#F81EE0 (or 0xF81EE0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1E and E0. RGB value is (248,30,224). Sum of RGB (Red+Green+Blue) = 248+30+224=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EE0 is #07E11F. Grayscale: #747474. Windows color (decimal): -516384 or 14687992. OLE color: 14687992.
HSL color Cylindrical-coordinate representation of color #F81EE0: hue angle of 306.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EE0 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 224 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.03 |
| HSL | 306.61º | 0.94% | 0.55% | - |
| HSV(B) | 306.61º | 0.88% | 0.97% | - |
| XYZ | 52.63 | 26.27 | 72.82 | - |
| YUV | 117.3 | 188.22 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 224 | 0 | 0.88 | 0.10 | 0.03 | 306.61 | 0.94 | 0.55 |
| Hex | F8 | 1E | E0 | 0 | 58 | A | 3 | 133 | 5E | 37 |
| Octal | 370 | 36 | 340 | 0 | 130 | 12 | 3 | 463 | 136 | 67 |
| Binary | 11111000 | 11110 | 11100000 | 0 | 1011000 | 1010 | 11 | 100110011 | 1011110 | 110111 |
Color Harmonies of #F81EE0
Complementary color
Monochromatic Colors of #F81EE0
Black with #F81EE0
Text Example
Text Example
White with #F81EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EE0; }
p { color: rgb(248,30,224); }
H1.HeaderClassName
{
color: #F81EE0;
}
.AnyTagClassName
{
color: #F81EE0;
}
</style>
background-color css
<style>
a { background-color: #F81EE0; }
a { background-color: rgb(248,30,224); }
div.DivClassName
{
background-color: #F81EE0;
}
.BgClassName
{
background-color: #F81EE0;
}
</style>
border-color css
<style>
span { border-color: #F81EE0; }
span { border-color: rgb(248,30,224); }
td.TdClassName
{
border-color: #F81EE0;
}
.TagClassName
{
border-color: #F81EE0;
}
</style>