Shades of Razzle Dazzle Rose #F926DB
Tints of Razzle Dazzle Rose #F926DB
RGB
CMYK
RGB Variations
Color information
#F926DB (or 0xF926DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 26 and DB. RGB value is (249,38,219). Sum of RGB (Red+Green+Blue) = 249+38+219=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 38 (15.23% from 255 or 7.51% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F926DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F926DB is #06D924. Grayscale: #797979. Windows color (decimal): -448805 or 14362361. OLE color: 14362361.
HSL color Cylindrical-coordinate representation of color #F926DB: hue angle of 308.53º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F926DB is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 219 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.02 |
| HSL | 308.53º | 0.95% | 0.56% | - |
| HSV(B) | 308.53º | 0.85% | 0.98% | - |
| XYZ | 52.55 | 26.64 | 69.39 | - |
| YUV | 121.72 | 182.9 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 219 | 0 | 0.85 | 0.12 | 0.02 | 308.53 | 0.95 | 0.56 |
| Hex | F9 | 26 | DB | 0 | 55 | C | 2 | 135 | 5F | 38 |
| Octal | 371 | 46 | 333 | 0 | 125 | 14 | 2 | 465 | 137 | 70 |
| Binary | 11111001 | 100110 | 11011011 | 0 | 1010101 | 1100 | 10 | 100110101 | 1011111 | 111000 |
Color Harmonies of #F926DB
Complementary color
Monochromatic Colors of #F926DB
Black with #F926DB
Text Example
Text Example
White with #F926DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926DB; }
p { color: rgb(249,38,219); }
H1.HeaderClassName
{
color: #F926DB;
}
.AnyTagClassName
{
color: #F926DB;
}
</style>
background-color css
<style>
a { background-color: #F926DB; }
a { background-color: rgb(249,38,219); }
div.DivClassName
{
background-color: #F926DB;
}
.BgClassName
{
background-color: #F926DB;
}
</style>
border-color css
<style>
span { border-color: #F926DB; }
span { border-color: rgb(249,38,219); }
td.TdClassName
{
border-color: #F926DB;
}
.TagClassName
{
border-color: #F926DB;
}
</style>