Shades of Razzle Dazzle Rose #F828DB
Tints of Razzle Dazzle Rose #F828DB
RGB
CMYK
RGB Variations
Color information
#F828DB (or 0xF828DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and DB. RGB value is (248,40,219). Sum of RGB (Red+Green+Blue) = 248+40+219=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F828DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828DB is #07D724. Grayscale: #7A7A7A. Windows color (decimal): -513829 or 14362872. OLE color: 14362872.
HSL color Cylindrical-coordinate representation of color #F828DB: hue angle of 308.37º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F828DB is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 219 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.03 |
| HSL | 308.37º | 0.94% | 0.56% | - |
| HSV(B) | 308.37º | 0.84% | 0.97% | - |
| XYZ | 52.26 | 26.59 | 69.4 | - |
| YUV | 122.6 | 182.41 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 219 | 0 | 0.84 | 0.12 | 0.03 | 308.37 | 0.94 | 0.56 |
| Hex | F8 | 28 | DB | 0 | 54 | C | 3 | 134 | 5E | 38 |
| Octal | 370 | 50 | 333 | 0 | 124 | 14 | 3 | 464 | 136 | 70 |
| Binary | 11111000 | 101000 | 11011011 | 0 | 1010100 | 1100 | 11 | 100110100 | 1011110 | 111000 |
Color Harmonies of #F828DB
Complementary color
Monochromatic Colors of #F828DB
Black with #F828DB
Text Example
Text Example
White with #F828DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828DB; }
p { color: rgb(248,40,219); }
H1.HeaderClassName
{
color: #F828DB;
}
.AnyTagClassName
{
color: #F828DB;
}
</style>
background-color css
<style>
a { background-color: #F828DB; }
a { background-color: rgb(248,40,219); }
div.DivClassName
{
background-color: #F828DB;
}
.BgClassName
{
background-color: #F828DB;
}
</style>
border-color css
<style>
span { border-color: #F828DB; }
span { border-color: rgb(248,40,219); }
td.TdClassName
{
border-color: #F828DB;
}
.TagClassName
{
border-color: #F828DB;
}
</style>