Shades of Razzle Dazzle Rose #F81CDA
Tints of Razzle Dazzle Rose #F81CDA
RGB
CMYK
RGB Variations
Color information
#F81CDA (or 0xF81CDA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1C and DA. RGB value is (248,28,218). Sum of RGB (Red+Green+Blue) = 248+28+218=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CDA is #07E325. Grayscale: #727272. Windows color (decimal): -516902 or 14294264. OLE color: 14294264.
HSL color Cylindrical-coordinate representation of color #F81CDA: hue angle of 308.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CDA is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 218 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.03 |
| HSL | 308.18º | 0.94% | 0.54% | - |
| HSV(B) | 308.18º | 0.89% | 0.97% | - |
| XYZ | 51.78 | 25.85 | 68.59 | - |
| YUV | 115.44 | 185.89 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 218 | 0 | 0.89 | 0.12 | 0.03 | 308.18 | 0.94 | 0.54 |
| Hex | F8 | 1C | DA | 0 | 59 | C | 3 | 134 | 5E | 36 |
| Octal | 370 | 34 | 332 | 0 | 131 | 14 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11100 | 11011010 | 0 | 1011001 | 1100 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F81CDA
Complementary color
Monochromatic Colors of #F81CDA
Black with #F81CDA
Text Example
Text Example
White with #F81CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CDA; }
p { color: rgb(248,28,218); }
H1.HeaderClassName
{
color: #F81CDA;
}
.AnyTagClassName
{
color: #F81CDA;
}
</style>
background-color css
<style>
a { background-color: #F81CDA; }
a { background-color: rgb(248,28,218); }
div.DivClassName
{
background-color: #F81CDA;
}
.BgClassName
{
background-color: #F81CDA;
}
</style>
border-color css
<style>
span { border-color: #F81CDA; }
span { border-color: rgb(248,28,218); }
td.TdClassName
{
border-color: #F81CDA;
}
.TagClassName
{
border-color: #F81CDA;
}
</style>