Shades of Razzle Dazzle Rose #F928DB
Tints of Razzle Dazzle Rose #F928DB
RGB
CMYK
RGB Variations
Color information
#F928DB (or 0xF928DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 28 and DB. RGB value is (249,40,219). Sum of RGB (Red+Green+Blue) = 249+40+219=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F928DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F928DB is #06D724. Grayscale: #7A7A7A. Windows color (decimal): -448293 or 14362873. OLE color: 14362873.
HSL color Cylindrical-coordinate representation of color #F928DB: hue angle of 308.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928DB is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 219 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.02 |
| HSL | 308.61º | 0.95% | 0.57% | - |
| HSV(B) | 308.61º | 0.84% | 0.98% | - |
| XYZ | 52.61 | 26.77 | 69.41 | - |
| YUV | 122.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 219 | 0 | 0.84 | 0.12 | 0.02 | 308.61 | 0.95 | 0.57 |
| Hex | F9 | 28 | DB | 0 | 54 | C | 2 | 135 | 5F | 39 |
| Octal | 371 | 50 | 333 | 0 | 124 | 14 | 2 | 465 | 137 | 71 |
| Binary | 11111001 | 101000 | 11011011 | 0 | 1010100 | 1100 | 10 | 100110101 | 1011111 | 111001 |
Color Harmonies of #F928DB
Complementary color
Monochromatic Colors of #F928DB
Black with #F928DB
Text Example
Text Example
White with #F928DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928DB; }
p { color: rgb(249,40,219); }
H1.HeaderClassName
{
color: #F928DB;
}
.AnyTagClassName
{
color: #F928DB;
}
</style>
background-color css
<style>
a { background-color: #F928DB; }
a { background-color: rgb(249,40,219); }
div.DivClassName
{
background-color: #F928DB;
}
.BgClassName
{
background-color: #F928DB;
}
</style>
border-color css
<style>
span { border-color: #F928DB; }
span { border-color: rgb(249,40,219); }
td.TdClassName
{
border-color: #F928DB;
}
.TagClassName
{
border-color: #F928DB;
}
</style>