Shades of Razzle Dazzle Rose #F81BDB
Tints of Razzle Dazzle Rose #F81BDB
RGB
CMYK
RGB Variations
Color information
#F81BDB (or 0xF81BDB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1B and DB. RGB value is (248,27,219). Sum of RGB (Red+Green+Blue) = 248+27+219=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81BDB is #07E424. Grayscale: #727272. Windows color (decimal): -517157 or 14359544. OLE color: 14359544.
HSL color Cylindrical-coordinate representation of color #F81BDB: hue angle of 307.87º 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 #F81BDB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 219 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.03 |
| HSL | 307.87º | 0.94% | 0.54% | - |
| HSV(B) | 307.87º | 0.89% | 0.97% | - |
| XYZ | 51.89 | 25.85 | 69.27 | - |
| YUV | 114.97 | 186.72 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 219 | 0 | 0.89 | 0.12 | 0.03 | 307.87 | 0.94 | 0.54 |
| Hex | F8 | 1B | DB | 0 | 59 | C | 3 | 134 | 5E | 36 |
| Octal | 370 | 33 | 333 | 0 | 131 | 14 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11011 | 11011011 | 0 | 1011001 | 1100 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F81BDB
Complementary color
Monochromatic Colors of #F81BDB
Black with #F81BDB
Text Example
Text Example
White with #F81BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BDB; }
p { color: rgb(248,27,219); }
H1.HeaderClassName
{
color: #F81BDB;
}
.AnyTagClassName
{
color: #F81BDB;
}
</style>
background-color css
<style>
a { background-color: #F81BDB; }
a { background-color: rgb(248,27,219); }
div.DivClassName
{
background-color: #F81BDB;
}
.BgClassName
{
background-color: #F81BDB;
}
</style>
border-color css
<style>
span { border-color: #F81BDB; }
span { border-color: rgb(248,27,219); }
td.TdClassName
{
border-color: #F81BDB;
}
.TagClassName
{
border-color: #F81BDB;
}
</style>