Shades of Razzle Dazzle Rose #F81FE0
Tints of Razzle Dazzle Rose #F81FE0
RGB
CMYK
RGB Variations
Color information
#F81FE0 (or 0xF81FE0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1F and E0. RGB value is (248,31,224). Sum of RGB (Red+Green+Blue) = 248+31+224=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FE0 is #07E01F. Grayscale: #757575. Windows color (decimal): -516128 or 14688248. OLE color: 14688248.
HSL color Cylindrical-coordinate representation of color #F81FE0: hue angle of 306.64º 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 #F81FE0 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 224 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.03 |
| HSL | 306.64º | 0.94% | 0.55% | - |
| HSV(B) | 306.64º | 0.88% | 0.97% | - |
| XYZ | 52.66 | 26.32 | 72.83 | - |
| YUV | 117.89 | 187.89 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 224 | 0 | 0.88 | 0.10 | 0.03 | 306.64 | 0.94 | 0.55 |
| Hex | F8 | 1F | E0 | 0 | 58 | A | 3 | 133 | 5E | 37 |
| Octal | 370 | 37 | 340 | 0 | 130 | 12 | 3 | 463 | 136 | 67 |
| Binary | 11111000 | 11111 | 11100000 | 0 | 1011000 | 1010 | 11 | 100110011 | 1011110 | 110111 |
Color Harmonies of #F81FE0
Complementary color
Monochromatic Colors of #F81FE0
Black with #F81FE0
Text Example
Text Example
White with #F81FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FE0; }
p { color: rgb(248,31,224); }
H1.HeaderClassName
{
color: #F81FE0;
}
.AnyTagClassName
{
color: #F81FE0;
}
</style>
background-color css
<style>
a { background-color: #F81FE0; }
a { background-color: rgb(248,31,224); }
div.DivClassName
{
background-color: #F81FE0;
}
.BgClassName
{
background-color: #F81FE0;
}
</style>
border-color css
<style>
span { border-color: #F81FE0; }
span { border-color: rgb(248,31,224); }
td.TdClassName
{
border-color: #F81FE0;
}
.TagClassName
{
border-color: #F81FE0;
}
</style>