Shades of Razzle Dazzle Rose #F845DB
Tints of Razzle Dazzle Rose #F845DB
RGB
CMYK
RGB Variations
Color information
#F845DB (or 0xF845DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 45 and DB. RGB value is (248,69,219). Sum of RGB (Red+Green+Blue) = 248+69+219=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 69 (27.34% from 255 or 12.87% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F845DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F845DB is #07BA24. Grayscale: #8B8B8B. Windows color (decimal): -506405 or 14370296. OLE color: 14370296.
HSL color Cylindrical-coordinate representation of color #F845DB: hue angle of 309.72º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845DB is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 219 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.03 |
| HSL | 309.72º | 0.93% | 0.62% | - |
| HSV(B) | 309.72º | 0.72% | 0.97% | - |
| XYZ | 53.63 | 29.33 | 69.85 | - |
| YUV | 139.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 219 | 0 | 0.72 | 0.12 | 0.03 | 309.72 | 0.93 | 0.62 |
| Hex | F8 | 45 | DB | 0 | 48 | C | 3 | 136 | 5D | 3E |
| Octal | 370 | 105 | 333 | 0 | 110 | 14 | 3 | 466 | 135 | 76 |
| Binary | 11111000 | 1000101 | 11011011 | 0 | 1001000 | 1100 | 11 | 100110110 | 1011101 | 111110 |
Color Harmonies of #F845DB
Complementary color
Monochromatic Colors of #F845DB
Black with #F845DB
Text Example
Text Example
White with #F845DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F845DB; }
p { color: rgb(248,69,219); }
H1.HeaderClassName
{
color: #F845DB;
}
.AnyTagClassName
{
color: #F845DB;
}
</style>
background-color css
<style>
a { background-color: #F845DB; }
a { background-color: rgb(248,69,219); }
div.DivClassName
{
background-color: #F845DB;
}
.BgClassName
{
background-color: #F845DB;
}
</style>
border-color css
<style>
span { border-color: #F845DB; }
span { border-color: rgb(248,69,219); }
td.TdClassName
{
border-color: #F845DB;
}
.TagClassName
{
border-color: #F845DB;
}
</style>