Shades of Razzle Dazzle Rose #F81DDF
Tints of Razzle Dazzle Rose #F81DDF
RGB
CMYK
RGB Variations
Color information
#F81DDF (or 0xF81DDF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1D and DF. RGB value is (248,29,223). Sum of RGB (Red+Green+Blue) = 248+29+223=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 29 (11.72% from 255 or 5.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DDF is #07E220. Grayscale: #747474. Windows color (decimal): -516641 or 14622200. OLE color: 14622200.
HSL color Cylindrical-coordinate representation of color #F81DDF: hue angle of 306.85º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81DDF is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 223 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.03 |
| HSL | 306.85º | 0.94% | 0.54% | - |
| HSV(B) | 306.85º | 0.88% | 0.97% | - |
| XYZ | 52.47 | 26.16 | 72.1 | - |
| YUV | 116.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 223 | 0 | 0.88 | 0.10 | 0.03 | 306.85 | 0.94 | 0.54 |
| Hex | F8 | 1D | DF | 0 | 58 | A | 3 | 133 | 5E | 36 |
| Octal | 370 | 35 | 337 | 0 | 130 | 12 | 3 | 463 | 136 | 66 |
| Binary | 11111000 | 11101 | 11011111 | 0 | 1011000 | 1010 | 11 | 100110011 | 1011110 | 110110 |
Color Harmonies of #F81DDF
Complementary color
Monochromatic Colors of #F81DDF
Black with #F81DDF
Text Example
Text Example
White with #F81DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DDF; }
p { color: rgb(248,29,223); }
H1.HeaderClassName
{
color: #F81DDF;
}
.AnyTagClassName
{
color: #F81DDF;
}
</style>
background-color css
<style>
a { background-color: #F81DDF; }
a { background-color: rgb(248,29,223); }
div.DivClassName
{
background-color: #F81DDF;
}
.BgClassName
{
background-color: #F81DDF;
}
</style>
border-color css
<style>
span { border-color: #F81DDF; }
span { border-color: rgb(248,29,223); }
td.TdClassName
{
border-color: #F81DDF;
}
.TagClassName
{
border-color: #F81DDF;
}
</style>