Shades of Razzle Dazzle Rose #F81FDF
Tints of Razzle Dazzle Rose #F81FDF
RGB
CMYK
RGB Variations
Color information
#F81FDF (or 0xF81FDF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1F and DF. RGB value is (248,31,223). Sum of RGB (Red+Green+Blue) = 248+31+223=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FDF is #07E020. Grayscale: #757575. Windows color (decimal): -516129 or 14622712. OLE color: 14622712.
HSL color Cylindrical-coordinate representation of color #F81FDF: hue angle of 306.91º 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 #F81FDF is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 223 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.03 |
| HSL | 306.91º | 0.94% | 0.55% | - |
| HSV(B) | 306.91º | 0.88% | 0.97% | - |
| XYZ | 52.52 | 26.26 | 72.11 | - |
| YUV | 117.77 | 187.39 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 223 | 0 | 0.88 | 0.10 | 0.03 | 306.91 | 0.94 | 0.55 |
| Hex | F8 | 1F | DF | 0 | 58 | A | 3 | 133 | 5E | 37 |
| Octal | 370 | 37 | 337 | 0 | 130 | 12 | 3 | 463 | 136 | 67 |
| Binary | 11111000 | 11111 | 11011111 | 0 | 1011000 | 1010 | 11 | 100110011 | 1011110 | 110111 |
Color Harmonies of #F81FDF
Complementary color
Monochromatic Colors of #F81FDF
Black with #F81FDF
Text Example
Text Example
White with #F81FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FDF; }
p { color: rgb(248,31,223); }
H1.HeaderClassName
{
color: #F81FDF;
}
.AnyTagClassName
{
color: #F81FDF;
}
</style>
background-color css
<style>
a { background-color: #F81FDF; }
a { background-color: rgb(248,31,223); }
div.DivClassName
{
background-color: #F81FDF;
}
.BgClassName
{
background-color: #F81FDF;
}
</style>
border-color css
<style>
span { border-color: #F81FDF; }
span { border-color: rgb(248,31,223); }
td.TdClassName
{
border-color: #F81FDF;
}
.TagClassName
{
border-color: #F81FDF;
}
</style>