Shades of Razzle Dazzle Rose #F81CDB
Tints of Razzle Dazzle Rose #F81CDB
RGB
CMYK
RGB Variations
Color information
#F81CDB (or 0xF81CDB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 1C and DB. RGB value is (248,28,219). Sum of RGB (Red+Green+Blue) = 248+28+219=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CDB is #07E324. Grayscale: #737373. Windows color (decimal): -516901 or 14359800. OLE color: 14359800.
HSL color Cylindrical-coordinate representation of color #F81CDB: hue angle of 307.91º 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 #F81CDB is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 219 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.03 |
| HSL | 307.91º | 0.94% | 0.54% | - |
| HSV(B) | 307.91º | 0.89% | 0.97% | - |
| XYZ | 51.91 | 25.9 | 69.28 | - |
| YUV | 115.55 | 186.39 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 219 | 0 | 0.89 | 0.12 | 0.03 | 307.91 | 0.94 | 0.54 |
| Hex | F8 | 1C | DB | 0 | 59 | C | 3 | 134 | 5E | 36 |
| Octal | 370 | 34 | 333 | 0 | 131 | 14 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11100 | 11011011 | 0 | 1011001 | 1100 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F81CDB
Complementary color
Monochromatic Colors of #F81CDB
Black with #F81CDB
Text Example
Text Example
White with #F81CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CDB; }
p { color: rgb(248,28,219); }
H1.HeaderClassName
{
color: #F81CDB;
}
.AnyTagClassName
{
color: #F81CDB;
}
</style>
background-color css
<style>
a { background-color: #F81CDB; }
a { background-color: rgb(248,28,219); }
div.DivClassName
{
background-color: #F81CDB;
}
.BgClassName
{
background-color: #F81CDB;
}
</style>
border-color css
<style>
span { border-color: #F81CDB; }
span { border-color: rgb(248,28,219); }
td.TdClassName
{
border-color: #F81CDB;
}
.TagClassName
{
border-color: #F81CDB;
}
</style>