Shades of Razzle Dazzle Rose #F81ED1
Tints of Razzle Dazzle Rose #F81ED1
RGB
CMYK
RGB Variations
Color information
#F81ED1 (or 0xF81ED1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1E and D1. RGB value is (248,30,209). Sum of RGB (Red+Green+Blue) = 248+30+209=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ED1 is #07E12E. Grayscale: #737373. Windows color (decimal): -516399 or 13704952. OLE color: 13704952.
HSL color Cylindrical-coordinate representation of color #F81ED1: hue angle of 310.73º 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 #F81ED1 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 209 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.03 |
| HSL | 310.73º | 0.94% | 0.55% | - |
| HSV(B) | 310.73º | 0.88% | 0.97% | - |
| XYZ | 50.68 | 25.49 | 62.57 | - |
| YUV | 115.59 | 180.72 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 209 | 0 | 0.88 | 0.16 | 0.03 | 310.73 | 0.94 | 0.55 |
| Hex | F8 | 1E | D1 | 0 | 58 | 10 | 3 | 137 | 5E | 37 |
| Octal | 370 | 36 | 321 | 0 | 130 | 20 | 3 | 467 | 136 | 67 |
| Binary | 11111000 | 11110 | 11010001 | 0 | 1011000 | 10000 | 11 | 100110111 | 1011110 | 110111 |
Color Harmonies of #F81ED1
Complementary color
Monochromatic Colors of #F81ED1
Black with #F81ED1
Text Example
Text Example
White with #F81ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ED1; }
p { color: rgb(248,30,209); }
H1.HeaderClassName
{
color: #F81ED1;
}
.AnyTagClassName
{
color: #F81ED1;
}
</style>
background-color css
<style>
a { background-color: #F81ED1; }
a { background-color: rgb(248,30,209); }
div.DivClassName
{
background-color: #F81ED1;
}
.BgClassName
{
background-color: #F81ED1;
}
</style>
border-color css
<style>
span { border-color: #F81ED1; }
span { border-color: rgb(248,30,209); }
td.TdClassName
{
border-color: #F81ED1;
}
.TagClassName
{
border-color: #F81ED1;
}
</style>