Shades of Razzle Dazzle Rose #F829DB
Tints of Razzle Dazzle Rose #F829DB
RGB
CMYK
RGB Variations
Color information
#F829DB (or 0xF829DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and DB. RGB value is (248,41,219). Sum of RGB (Red+Green+Blue) = 248+41+219=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F829DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829DB is #07D624. Grayscale: #7A7A7A. Windows color (decimal): -513573 or 14363128. OLE color: 14363128.
HSL color Cylindrical-coordinate representation of color #F829DB: hue angle of 308.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F829DB is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 219 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.03 |
| HSL | 308.41º | 0.94% | 0.57% | - |
| HSV(B) | 308.41º | 0.83% | 0.97% | - |
| XYZ | 52.29 | 26.66 | 69.41 | - |
| YUV | 123.19 | 182.08 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 219 | 0 | 0.83 | 0.12 | 0.03 | 308.41 | 0.94 | 0.57 |
| Hex | F8 | 29 | DB | 0 | 53 | C | 3 | 134 | 5E | 39 |
| Octal | 370 | 51 | 333 | 0 | 123 | 14 | 3 | 464 | 136 | 71 |
| Binary | 11111000 | 101001 | 11011011 | 0 | 1010011 | 1100 | 11 | 100110100 | 1011110 | 111001 |
Color Harmonies of #F829DB
Complementary color
Monochromatic Colors of #F829DB
Black with #F829DB
Text Example
Text Example
White with #F829DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829DB; }
p { color: rgb(248,41,219); }
H1.HeaderClassName
{
color: #F829DB;
}
.AnyTagClassName
{
color: #F829DB;
}
</style>
background-color css
<style>
a { background-color: #F829DB; }
a { background-color: rgb(248,41,219); }
div.DivClassName
{
background-color: #F829DB;
}
.BgClassName
{
background-color: #F829DB;
}
</style>
border-color css
<style>
span { border-color: #F829DB; }
span { border-color: rgb(248,41,219); }
td.TdClassName
{
border-color: #F829DB;
}
.TagClassName
{
border-color: #F829DB;
}
</style>