Shades of Razzle Dazzle Rose #F839DB
Tints of Razzle Dazzle Rose #F839DB
RGB
CMYK
RGB Variations
Color information
#F839DB (or 0xF839DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 39 and DB. RGB value is (248,57,219). Sum of RGB (Red+Green+Blue) = 248+57+219=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 57 (22.66% from 255 or 10.88% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F839DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F839DB is #07C624. Grayscale: #848484. Windows color (decimal): -509477 or 14367224. OLE color: 14367224.
HSL color Cylindrical-coordinate representation of color #F839DB: hue angle of 309.11º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F839DB is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 219 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.03 |
| HSL | 309.11º | 0.93% | 0.6% | - |
| HSV(B) | 309.11º | 0.77% | 0.97% | - |
| XYZ | 52.96 | 28 | 69.63 | - |
| YUV | 132.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 219 | 0 | 0.77 | 0.12 | 0.03 | 309.11 | 0.93 | 0.6 |
| Hex | F8 | 39 | DB | 0 | 4D | C | 3 | 135 | 5D | 3C |
| Octal | 370 | 71 | 333 | 0 | 115 | 14 | 3 | 465 | 135 | 74 |
| Binary | 11111000 | 111001 | 11011011 | 0 | 1001101 | 1100 | 11 | 100110101 | 1011101 | 111100 |
Color Harmonies of #F839DB
Complementary color
Monochromatic Colors of #F839DB
Black with #F839DB
Text Example
Text Example
White with #F839DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F839DB; }
p { color: rgb(248,57,219); }
H1.HeaderClassName
{
color: #F839DB;
}
.AnyTagClassName
{
color: #F839DB;
}
</style>
background-color css
<style>
a { background-color: #F839DB; }
a { background-color: rgb(248,57,219); }
div.DivClassName
{
background-color: #F839DB;
}
.BgClassName
{
background-color: #F839DB;
}
</style>
border-color css
<style>
span { border-color: #F839DB; }
span { border-color: rgb(248,57,219); }
td.TdClassName
{
border-color: #F839DB;
}
.TagClassName
{
border-color: #F839DB;
}
</style>