Shades of Razzle Dazzle Rose #F926E7
Tints of Razzle Dazzle Rose #F926E7
RGB
CMYK
RGB Variations
Color information
#F926E7 (or 0xF926E7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 26 and E7. RGB value is (249,38,231). Sum of RGB (Red+Green+Blue) = 249+38+231=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 38 (15.23% from 255 or 7.34% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F926E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F926E7 is #06D918. Grayscale: #7A7A7A. Windows color (decimal): -448793 or 15148793. OLE color: 15148793.
HSL color Cylindrical-coordinate representation of color #F926E7: hue angle of 305.12º 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 #F926E7 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 231 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.02 |
| HSL | 305.12º | 0.95% | 0.56% | - |
| HSV(B) | 305.12º | 0.85% | 0.98% | - |
| XYZ | 54.18 | 27.3 | 78.01 | - |
| YUV | 123.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 231 | 0 | 0.85 | 0.07 | 0.02 | 305.12 | 0.95 | 0.56 |
| Hex | F9 | 26 | E7 | 0 | 55 | 7 | 2 | 131 | 5F | 38 |
| Octal | 371 | 46 | 347 | 0 | 125 | 7 | 2 | 461 | 137 | 70 |
| Binary | 11111001 | 100110 | 11100111 | 0 | 1010101 | 111 | 10 | 100110001 | 1011111 | 111000 |
Color Harmonies of #F926E7
Complementary color
Monochromatic Colors of #F926E7
Black with #F926E7
Text Example
Text Example
White with #F926E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926E7; }
p { color: rgb(249,38,231); }
H1.HeaderClassName
{
color: #F926E7;
}
.AnyTagClassName
{
color: #F926E7;
}
</style>
background-color css
<style>
a { background-color: #F926E7; }
a { background-color: rgb(249,38,231); }
div.DivClassName
{
background-color: #F926E7;
}
.BgClassName
{
background-color: #F926E7;
}
</style>
border-color css
<style>
span { border-color: #F926E7; }
span { border-color: rgb(249,38,231); }
td.TdClassName
{
border-color: #F926E7;
}
.TagClassName
{
border-color: #F926E7;
}
</style>