Shades of Razzle Dazzle Rose #F81FDC
Tints of Razzle Dazzle Rose #F81FDC
RGB
CMYK
RGB Variations
Color information
#F81FDC (or 0xF81FDC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1F and DC. RGB value is (248,31,220). Sum of RGB (Red+Green+Blue) = 248+31+220=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 31 (12.5% from 255 or 6.21% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FDC is #07E023. Grayscale: #747474. Windows color (decimal): -516132 or 14426104. OLE color: 14426104.
HSL color Cylindrical-coordinate representation of color #F81FDC: hue angle of 307.74º 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 #F81FDC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 220 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.03 |
| HSL | 307.74º | 0.94% | 0.55% | - |
| HSV(B) | 307.74º | 0.88% | 0.97% | - |
| XYZ | 52.12 | 26.1 | 70 | - |
| YUV | 117.43 | 185.89 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 220 | 0 | 0.88 | 0.11 | 0.03 | 307.74 | 0.94 | 0.55 |
| Hex | F8 | 1F | DC | 0 | 58 | B | 3 | 134 | 5E | 37 |
| Octal | 370 | 37 | 334 | 0 | 130 | 13 | 3 | 464 | 136 | 67 |
| Binary | 11111000 | 11111 | 11011100 | 0 | 1011000 | 1011 | 11 | 100110100 | 1011110 | 110111 |
Color Harmonies of #F81FDC
Complementary color
Monochromatic Colors of #F81FDC
Black with #F81FDC
Text Example
Text Example
White with #F81FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FDC; }
p { color: rgb(248,31,220); }
H1.HeaderClassName
{
color: #F81FDC;
}
.AnyTagClassName
{
color: #F81FDC;
}
</style>
background-color css
<style>
a { background-color: #F81FDC; }
a { background-color: rgb(248,31,220); }
div.DivClassName
{
background-color: #F81FDC;
}
.BgClassName
{
background-color: #F81FDC;
}
</style>
border-color css
<style>
span { border-color: #F81FDC; }
span { border-color: rgb(248,31,220); }
td.TdClassName
{
border-color: #F81FDC;
}
.TagClassName
{
border-color: #F81FDC;
}
</style>