Shades of Razzle Dazzle Rose #F926C6
Tints of Razzle Dazzle Rose #F926C6
RGB
CMYK
RGB Variations
Color information
#F926C6 (or 0xF926C6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 26 and C6. RGB value is (249,38,198). Sum of RGB (Red+Green+Blue) = 249+38+198=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F926C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F926C6 is #06D939. Grayscale: #767676. Windows color (decimal): -448826 or 12986105. OLE color: 12986105.
HSL color Cylindrical-coordinate representation of color #F926C6: hue angle of 314.5º 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 #F926C6 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 198 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.02 |
| HSL | 314.5º | 0.95% | 0.56% | - |
| HSV(B) | 314.5º | 0.85% | 0.98% | - |
| XYZ | 49.95 | 25.6 | 55.74 | - |
| YUV | 119.33 | 172.4 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 198 | 0 | 0.85 | 0.20 | 0.02 | 314.5 | 0.95 | 0.56 |
| Hex | F9 | 26 | C6 | 0 | 55 | 14 | 2 | 13B | 5F | 38 |
| Octal | 371 | 46 | 306 | 0 | 125 | 24 | 2 | 473 | 137 | 70 |
| Binary | 11111001 | 100110 | 11000110 | 0 | 1010101 | 10100 | 10 | 100111011 | 1011111 | 111000 |
Color Harmonies of #F926C6
Complementary color
Monochromatic Colors of #F926C6
Black with #F926C6
Text Example
Text Example
White with #F926C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926C6; }
p { color: rgb(249,38,198); }
H1.HeaderClassName
{
color: #F926C6;
}
.AnyTagClassName
{
color: #F926C6;
}
</style>
background-color css
<style>
a { background-color: #F926C6; }
a { background-color: rgb(249,38,198); }
div.DivClassName
{
background-color: #F926C6;
}
.BgClassName
{
background-color: #F926C6;
}
</style>
border-color css
<style>
span { border-color: #F926C6; }
span { border-color: rgb(249,38,198); }
td.TdClassName
{
border-color: #F926C6;
}
.TagClassName
{
border-color: #F926C6;
}
</style>