Shades of Razzle Dazzle Rose #F836DB
Tints of Razzle Dazzle Rose #F836DB
RGB
CMYK
RGB Variations
Color information
#F836DB (or 0xF836DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 36 and DB. RGB value is (248,54,219). Sum of RGB (Red+Green+Blue) = 248+54+219=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F836DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F836DB is #07C924. Grayscale: #828282. Windows color (decimal): -510245 or 14366456. OLE color: 14366456.
HSL color Cylindrical-coordinate representation of color #F836DB: hue angle of 308.97º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F836DB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 219 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.03 |
| HSL | 308.97º | 0.93% | 0.59% | - |
| HSV(B) | 308.97º | 0.78% | 0.97% | - |
| XYZ | 52.82 | 27.71 | 69.58 | - |
| YUV | 130.82 | 177.77 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 219 | 0 | 0.78 | 0.12 | 0.03 | 308.97 | 0.93 | 0.59 |
| Hex | F8 | 36 | DB | 0 | 4E | C | 3 | 135 | 5D | 3B |
| Octal | 370 | 66 | 333 | 0 | 116 | 14 | 3 | 465 | 135 | 73 |
| Binary | 11111000 | 110110 | 11011011 | 0 | 1001110 | 1100 | 11 | 100110101 | 1011101 | 111011 |
Color Harmonies of #F836DB
Complementary color
Monochromatic Colors of #F836DB
Black with #F836DB
Text Example
Text Example
White with #F836DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F836DB; }
p { color: rgb(248,54,219); }
H1.HeaderClassName
{
color: #F836DB;
}
.AnyTagClassName
{
color: #F836DB;
}
</style>
background-color css
<style>
a { background-color: #F836DB; }
a { background-color: rgb(248,54,219); }
div.DivClassName
{
background-color: #F836DB;
}
.BgClassName
{
background-color: #F836DB;
}
</style>
border-color css
<style>
span { border-color: #F836DB; }
span { border-color: rgb(248,54,219); }
td.TdClassName
{
border-color: #F836DB;
}
.TagClassName
{
border-color: #F836DB;
}
</style>