Shades of Razzle Dazzle Rose #F840DB
Tints of Razzle Dazzle Rose #F840DB
RGB
CMYK
RGB Variations
Color information
#F840DB (or 0xF840DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 40 and DB. RGB value is (248,64,219). Sum of RGB (Red+Green+Blue) = 248+64+219=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F840DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F840DB is #07BF24. Grayscale: #888888. Windows color (decimal): -507685 or 14369016. OLE color: 14369016.
HSL color Cylindrical-coordinate representation of color #F840DB: hue angle of 309.46º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F840DB is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 219 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.03 |
| HSL | 309.46º | 0.93% | 0.61% | - |
| HSV(B) | 309.46º | 0.74% | 0.97% | - |
| XYZ | 53.33 | 28.74 | 69.75 | - |
| YUV | 136.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 219 | 0 | 0.74 | 0.12 | 0.03 | 309.46 | 0.93 | 0.61 |
| Hex | F8 | 40 | DB | 0 | 4A | C | 3 | 135 | 5D | 3D |
| Octal | 370 | 100 | 333 | 0 | 112 | 14 | 3 | 465 | 135 | 75 |
| Binary | 11111000 | 1000000 | 11011011 | 0 | 1001010 | 1100 | 11 | 100110101 | 1011101 | 111101 |
Color Harmonies of #F840DB
Complementary color
Monochromatic Colors of #F840DB
Black with #F840DB
Text Example
Text Example
White with #F840DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840DB; }
p { color: rgb(248,64,219); }
H1.HeaderClassName
{
color: #F840DB;
}
.AnyTagClassName
{
color: #F840DB;
}
</style>
background-color css
<style>
a { background-color: #F840DB; }
a { background-color: rgb(248,64,219); }
div.DivClassName
{
background-color: #F840DB;
}
.BgClassName
{
background-color: #F840DB;
}
</style>
border-color css
<style>
span { border-color: #F840DB; }
span { border-color: rgb(248,64,219); }
td.TdClassName
{
border-color: #F840DB;
}
.TagClassName
{
border-color: #F840DB;
}
</style>