Shades of Razzle Dazzle Rose #F926E5
Tints of Razzle Dazzle Rose #F926E5
RGB
CMYK
RGB Variations
Color information
#F926E5 (or 0xF926E5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 26 and E5. RGB value is (249,38,229). Sum of RGB (Red+Green+Blue) = 249+38+229=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 38 (15.23% from 255 or 7.36% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F926E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F926E5 is #06D91A. Grayscale: #7A7A7A. Windows color (decimal): -448795 or 15017721. OLE color: 15017721.
HSL color Cylindrical-coordinate representation of color #F926E5: hue angle of 305.69º 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 #F926E5 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 229 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.02 |
| HSL | 305.69º | 0.95% | 0.56% | - |
| HSV(B) | 305.69º | 0.85% | 0.98% | - |
| XYZ | 53.9 | 27.18 | 76.53 | - |
| YUV | 122.86 | 187.9 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 229 | 0 | 0.85 | 0.08 | 0.02 | 305.69 | 0.95 | 0.56 |
| Hex | F9 | 26 | E5 | 0 | 55 | 8 | 2 | 132 | 5F | 38 |
| Octal | 371 | 46 | 345 | 0 | 125 | 10 | 2 | 462 | 137 | 70 |
| Binary | 11111001 | 100110 | 11100101 | 0 | 1010101 | 1000 | 10 | 100110010 | 1011111 | 111000 |
Color Harmonies of #F926E5
Complementary color
Monochromatic Colors of #F926E5
Black with #F926E5
Text Example
Text Example
White with #F926E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926E5; }
p { color: rgb(249,38,229); }
H1.HeaderClassName
{
color: #F926E5;
}
.AnyTagClassName
{
color: #F926E5;
}
</style>
background-color css
<style>
a { background-color: #F926E5; }
a { background-color: rgb(249,38,229); }
div.DivClassName
{
background-color: #F926E5;
}
.BgClassName
{
background-color: #F926E5;
}
</style>
border-color css
<style>
span { border-color: #F926E5; }
span { border-color: rgb(249,38,229); }
td.TdClassName
{
border-color: #F926E5;
}
.TagClassName
{
border-color: #F926E5;
}
</style>