Shades of Razzle Dazzle Rose #F81EDE
Tints of Razzle Dazzle Rose #F81EDE
RGB
CMYK
RGB Variations
Color information
#F81EDE (or 0xF81EDE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1E and DE. RGB value is (248,30,222). Sum of RGB (Red+Green+Blue) = 248+30+222=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EDE is #07E121. Grayscale: #747474. Windows color (decimal): -516386 or 14556920. OLE color: 14556920.
HSL color Cylindrical-coordinate representation of color #F81EDE: hue angle of 307.16º 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 #F81EDE is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 222 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.03 |
| HSL | 307.16º | 0.94% | 0.55% | - |
| HSV(B) | 307.16º | 0.88% | 0.97% | - |
| XYZ | 52.36 | 26.16 | 71.4 | - |
| YUV | 117.07 | 187.22 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 222 | 0 | 0.88 | 0.10 | 0.03 | 307.16 | 0.94 | 0.55 |
| Hex | F8 | 1E | DE | 0 | 58 | A | 3 | 133 | 5E | 37 |
| Octal | 370 | 36 | 336 | 0 | 130 | 12 | 3 | 463 | 136 | 67 |
| Binary | 11111000 | 11110 | 11011110 | 0 | 1011000 | 1010 | 11 | 100110011 | 1011110 | 110111 |
Color Harmonies of #F81EDE
Complementary color
Monochromatic Colors of #F81EDE
Black with #F81EDE
Text Example
Text Example
White with #F81EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EDE; }
p { color: rgb(248,30,222); }
H1.HeaderClassName
{
color: #F81EDE;
}
.AnyTagClassName
{
color: #F81EDE;
}
</style>
background-color css
<style>
a { background-color: #F81EDE; }
a { background-color: rgb(248,30,222); }
div.DivClassName
{
background-color: #F81EDE;
}
.BgClassName
{
background-color: #F81EDE;
}
</style>
border-color css
<style>
span { border-color: #F81EDE; }
span { border-color: rgb(248,30,222); }
td.TdClassName
{
border-color: #F81EDE;
}
.TagClassName
{
border-color: #F81EDE;
}
</style>