Shades of Razzle Dazzle Rose #F81ED3
Tints of Razzle Dazzle Rose #F81ED3
RGB
CMYK
RGB Variations
Color information
#F81ED3 (or 0xF81ED3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1E and D3. RGB value is (248,30,211). Sum of RGB (Red+Green+Blue) = 248+30+211=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ED3 is #07E12C. Grayscale: #737373. Windows color (decimal): -516397 or 13836024. OLE color: 13836024.
HSL color Cylindrical-coordinate representation of color #F81ED3: hue angle of 310.18º 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 #F81ED3 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 211 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.03 |
| HSL | 310.18º | 0.94% | 0.55% | - |
| HSV(B) | 310.18º | 0.88% | 0.97% | - |
| XYZ | 50.93 | 25.59 | 63.88 | - |
| YUV | 115.82 | 181.72 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 211 | 0 | 0.88 | 0.15 | 0.03 | 310.18 | 0.94 | 0.55 |
| Hex | F8 | 1E | D3 | 0 | 58 | F | 3 | 136 | 5E | 37 |
| Octal | 370 | 36 | 323 | 0 | 130 | 17 | 3 | 466 | 136 | 67 |
| Binary | 11111000 | 11110 | 11010011 | 0 | 1011000 | 1111 | 11 | 100110110 | 1011110 | 110111 |
Color Harmonies of #F81ED3
Complementary color
Monochromatic Colors of #F81ED3
Black with #F81ED3
Text Example
Text Example
White with #F81ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ED3; }
p { color: rgb(248,30,211); }
H1.HeaderClassName
{
color: #F81ED3;
}
.AnyTagClassName
{
color: #F81ED3;
}
</style>
background-color css
<style>
a { background-color: #F81ED3; }
a { background-color: rgb(248,30,211); }
div.DivClassName
{
background-color: #F81ED3;
}
.BgClassName
{
background-color: #F81ED3;
}
</style>
border-color css
<style>
span { border-color: #F81ED3; }
span { border-color: rgb(248,30,211); }
td.TdClassName
{
border-color: #F81ED3;
}
.TagClassName
{
border-color: #F81ED3;
}
</style>