Shades of Razzle Dazzle Rose #F81EDF
Tints of Razzle Dazzle Rose #F81EDF
RGB
CMYK
RGB Variations
Color information
#F81EDF (or 0xF81EDF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1E and DF. RGB value is (248,30,223). Sum of RGB (Red+Green+Blue) = 248+30+223=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EDF is #07E120. Grayscale: #747474. Windows color (decimal): -516385 or 14622456. OLE color: 14622456.
HSL color Cylindrical-coordinate representation of color #F81EDF: hue angle of 306.88º 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 #F81EDF is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 223 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.03 |
| HSL | 306.88º | 0.94% | 0.55% | - |
| HSV(B) | 306.88º | 0.88% | 0.97% | - |
| XYZ | 52.49 | 26.21 | 72.1 | - |
| YUV | 117.18 | 187.72 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 223 | 0 | 0.88 | 0.10 | 0.03 | 306.88 | 0.94 | 0.55 |
| Hex | F8 | 1E | DF | 0 | 58 | A | 3 | 133 | 5E | 37 |
| Octal | 370 | 36 | 337 | 0 | 130 | 12 | 3 | 463 | 136 | 67 |
| Binary | 11111000 | 11110 | 11011111 | 0 | 1011000 | 1010 | 11 | 100110011 | 1011110 | 110111 |
Color Harmonies of #F81EDF
Complementary color
Monochromatic Colors of #F81EDF
Black with #F81EDF
Text Example
Text Example
White with #F81EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EDF; }
p { color: rgb(248,30,223); }
H1.HeaderClassName
{
color: #F81EDF;
}
.AnyTagClassName
{
color: #F81EDF;
}
</style>
background-color css
<style>
a { background-color: #F81EDF; }
a { background-color: rgb(248,30,223); }
div.DivClassName
{
background-color: #F81EDF;
}
.BgClassName
{
background-color: #F81EDF;
}
</style>
border-color css
<style>
span { border-color: #F81EDF; }
span { border-color: rgb(248,30,223); }
td.TdClassName
{
border-color: #F81EDF;
}
.TagClassName
{
border-color: #F81EDF;
}
</style>