Shades of Razzle Dazzle Rose #F841DB
Tints of Razzle Dazzle Rose #F841DB
RGB
CMYK
RGB Variations
Color information
#F841DB (or 0xF841DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and DB. RGB value is (248,65,219). Sum of RGB (Red+Green+Blue) = 248+65+219=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F841DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841DB is #07BE24. Grayscale: #888888. Windows color (decimal): -507429 or 14369272. OLE color: 14369272.
HSL color Cylindrical-coordinate representation of color #F841DB: hue angle of 309.51º 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 #F841DB is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 219 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.03 |
| HSL | 309.51º | 0.93% | 0.61% | - |
| HSV(B) | 309.51º | 0.74% | 0.97% | - |
| XYZ | 53.39 | 28.85 | 69.77 | - |
| YUV | 137.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 219 | 0 | 0.74 | 0.12 | 0.03 | 309.51 | 0.93 | 0.61 |
| Hex | F8 | 41 | DB | 0 | 4A | C | 3 | 136 | 5D | 3D |
| Octal | 370 | 101 | 333 | 0 | 112 | 14 | 3 | 466 | 135 | 75 |
| Binary | 11111000 | 1000001 | 11011011 | 0 | 1001010 | 1100 | 11 | 100110110 | 1011101 | 111101 |
Color Harmonies of #F841DB
Complementary color
Monochromatic Colors of #F841DB
Black with #F841DB
Text Example
Text Example
White with #F841DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841DB; }
p { color: rgb(248,65,219); }
H1.HeaderClassName
{
color: #F841DB;
}
.AnyTagClassName
{
color: #F841DB;
}
</style>
background-color css
<style>
a { background-color: #F841DB; }
a { background-color: rgb(248,65,219); }
div.DivClassName
{
background-color: #F841DB;
}
.BgClassName
{
background-color: #F841DB;
}
</style>
border-color css
<style>
span { border-color: #F841DB; }
span { border-color: rgb(248,65,219); }
td.TdClassName
{
border-color: #F841DB;
}
.TagClassName
{
border-color: #F841DB;
}
</style>