Shades of Razzle Dazzle Rose #F81DDC
Tints of Razzle Dazzle Rose #F81DDC
RGB
CMYK
RGB Variations
Color information
#F81DDC (or 0xF81DDC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1D and DC. RGB value is (248,29,220). Sum of RGB (Red+Green+Blue) = 248+29+220=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DDC is #07E223. Grayscale: #737373. Windows color (decimal): -516644 or 14425592. OLE color: 14425592.
HSL color Cylindrical-coordinate representation of color #F81DDC: hue angle of 307.67º 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 #F81DDC is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 220 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.03 |
| HSL | 307.67º | 0.94% | 0.54% | - |
| HSV(B) | 307.67º | 0.88% | 0.97% | - |
| XYZ | 52.07 | 26 | 69.98 | - |
| YUV | 116.26 | 186.55 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 220 | 0 | 0.88 | 0.11 | 0.03 | 307.67 | 0.94 | 0.54 |
| Hex | F8 | 1D | DC | 0 | 58 | B | 3 | 134 | 5E | 36 |
| Octal | 370 | 35 | 334 | 0 | 130 | 13 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11101 | 11011100 | 0 | 1011000 | 1011 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F81DDC
Complementary color
Monochromatic Colors of #F81DDC
Black with #F81DDC
Text Example
Text Example
White with #F81DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DDC; }
p { color: rgb(248,29,220); }
H1.HeaderClassName
{
color: #F81DDC;
}
.AnyTagClassName
{
color: #F81DDC;
}
</style>
background-color css
<style>
a { background-color: #F81DDC; }
a { background-color: rgb(248,29,220); }
div.DivClassName
{
background-color: #F81DDC;
}
.BgClassName
{
background-color: #F81DDC;
}
</style>
border-color css
<style>
span { border-color: #F81DDC; }
span { border-color: rgb(248,29,220); }
td.TdClassName
{
border-color: #F81DDC;
}
.TagClassName
{
border-color: #F81DDC;
}
</style>