Shades of Razzle Dazzle Rose #F823DB
Tints of Razzle Dazzle Rose #F823DB
RGB
CMYK
RGB Variations
Color information
#F823DB (or 0xF823DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 23 and DB. RGB value is (248,35,219). Sum of RGB (Red+Green+Blue) = 248+35+219=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 35 (14.06% from 255 or 6.97% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F823DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F823DB is #07DC24. Grayscale: #777777. Windows color (decimal): -515109 or 14361592. OLE color: 14361592.
HSL color Cylindrical-coordinate representation of color #F823DB: hue angle of 308.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F823DB is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 35 | 219 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.03 |
| HSL | 308.17º | 0.94% | 0.55% | - |
| HSV(B) | 308.17º | 0.86% | 0.97% | - |
| XYZ | 52.1 | 26.27 | 69.34 | - |
| YUV | 119.66 | 184.07 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 35 | 219 | 0 | 0.86 | 0.12 | 0.03 | 308.17 | 0.94 | 0.55 |
| Hex | F8 | 23 | DB | 0 | 56 | C | 3 | 134 | 5E | 37 |
| Octal | 370 | 43 | 333 | 0 | 126 | 14 | 3 | 464 | 136 | 67 |
| Binary | 11111000 | 100011 | 11011011 | 0 | 1010110 | 1100 | 11 | 100110100 | 1011110 | 110111 |
Color Harmonies of #F823DB
Complementary color
Monochromatic Colors of #F823DB
Black with #F823DB
Text Example
Text Example
White with #F823DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F823DB; }
p { color: rgb(248,35,219); }
H1.HeaderClassName
{
color: #F823DB;
}
.AnyTagClassName
{
color: #F823DB;
}
</style>
background-color css
<style>
a { background-color: #F823DB; }
a { background-color: rgb(248,35,219); }
div.DivClassName
{
background-color: #F823DB;
}
.BgClassName
{
background-color: #F823DB;
}
</style>
border-color css
<style>
span { border-color: #F823DB; }
span { border-color: rgb(248,35,219); }
td.TdClassName
{
border-color: #F823DB;
}
.TagClassName
{
border-color: #F823DB;
}
</style>