Shades of Razzle Dazzle Rose #F81EDA
Tints of Razzle Dazzle Rose #F81EDA
RGB
CMYK
RGB Variations
Color information
#F81EDA (or 0xF81EDA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1E and DA. RGB value is (248,30,218). Sum of RGB (Red+Green+Blue) = 248+30+218=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EDA is #07E125. Grayscale: #747474. Windows color (decimal): -516390 or 14294776. OLE color: 14294776.
HSL color Cylindrical-coordinate representation of color #F81EDA: hue angle of 308.26º 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 #F81EDA is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 218 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.03 |
| HSL | 308.26º | 0.94% | 0.55% | - |
| HSV(B) | 308.26º | 0.88% | 0.97% | - |
| XYZ | 51.83 | 25.95 | 68.61 | - |
| YUV | 116.61 | 185.22 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 218 | 0 | 0.88 | 0.12 | 0.03 | 308.26 | 0.94 | 0.55 |
| Hex | F8 | 1E | DA | 0 | 58 | C | 3 | 134 | 5E | 37 |
| Octal | 370 | 36 | 332 | 0 | 130 | 14 | 3 | 464 | 136 | 67 |
| Binary | 11111000 | 11110 | 11011010 | 0 | 1011000 | 1100 | 11 | 100110100 | 1011110 | 110111 |
Color Harmonies of #F81EDA
Complementary color
Monochromatic Colors of #F81EDA
Black with #F81EDA
Text Example
Text Example
White with #F81EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EDA; }
p { color: rgb(248,30,218); }
H1.HeaderClassName
{
color: #F81EDA;
}
.AnyTagClassName
{
color: #F81EDA;
}
</style>
background-color css
<style>
a { background-color: #F81EDA; }
a { background-color: rgb(248,30,218); }
div.DivClassName
{
background-color: #F81EDA;
}
.BgClassName
{
background-color: #F81EDA;
}
</style>
border-color css
<style>
span { border-color: #F81EDA; }
span { border-color: rgb(248,30,218); }
td.TdClassName
{
border-color: #F81EDA;
}
.TagClassName
{
border-color: #F81EDA;
}
</style>