Shades of Razzle Dazzle Rose #F926D8
Tints of Razzle Dazzle Rose #F926D8
RGB
CMYK
RGB Variations
Color information
#F926D8 (or 0xF926D8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 26 and D8. RGB value is (249,38,216). Sum of RGB (Red+Green+Blue) = 249+38+216=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 38 (15.23% from 255 or 7.55% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F926D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F926D8 is #06D927. Grayscale: #787878. Windows color (decimal): -448808 or 14165753. OLE color: 14165753.
HSL color Cylindrical-coordinate representation of color #F926D8: hue angle of 309.38º 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 #F926D8 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 216 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.02 |
| HSL | 309.38º | 0.95% | 0.56% | - |
| HSV(B) | 309.38º | 0.85% | 0.98% | - |
| XYZ | 52.15 | 26.48 | 67.33 | - |
| YUV | 121.38 | 181.4 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 216 | 0 | 0.85 | 0.13 | 0.02 | 309.38 | 0.95 | 0.56 |
| Hex | F9 | 26 | D8 | 0 | 55 | D | 2 | 135 | 5F | 38 |
| Octal | 371 | 46 | 330 | 0 | 125 | 15 | 2 | 465 | 137 | 70 |
| Binary | 11111001 | 100110 | 11011000 | 0 | 1010101 | 1101 | 10 | 100110101 | 1011111 | 111000 |
Color Harmonies of #F926D8
Complementary color
Monochromatic Colors of #F926D8
Black with #F926D8
Text Example
Text Example
White with #F926D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926D8; }
p { color: rgb(249,38,216); }
H1.HeaderClassName
{
color: #F926D8;
}
.AnyTagClassName
{
color: #F926D8;
}
</style>
background-color css
<style>
a { background-color: #F926D8; }
a { background-color: rgb(249,38,216); }
div.DivClassName
{
background-color: #F926D8;
}
.BgClassName
{
background-color: #F926D8;
}
</style>
border-color css
<style>
span { border-color: #F926D8; }
span { border-color: rgb(249,38,216); }
td.TdClassName
{
border-color: #F926D8;
}
.TagClassName
{
border-color: #F926D8;
}
</style>