Shades of Razzle Dazzle Rose #F926C0
Tints of Razzle Dazzle Rose #F926C0
RGB
CMYK
RGB Variations
Color information
#F926C0 (or 0xF926C0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 26 and C0. RGB value is (249,38,192). Sum of RGB (Red+Green+Blue) = 249+38+192=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F926C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F926C0 is #06D93F. Grayscale: #767676. Windows color (decimal): -448832 or 12592889. OLE color: 12592889.
HSL color Cylindrical-coordinate representation of color #F926C0: hue angle of 316.21º 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 #F926C0 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 192 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.02 |
| HSL | 316.21º | 0.95% | 0.56% | - |
| HSV(B) | 316.21º | 0.85% | 0.98% | - |
| XYZ | 49.27 | 25.33 | 52.16 | - |
| YUV | 118.65 | 169.4 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 192 | 0 | 0.85 | 0.23 | 0.02 | 316.21 | 0.95 | 0.56 |
| Hex | F9 | 26 | C0 | 0 | 55 | 17 | 2 | 13C | 5F | 38 |
| Octal | 371 | 46 | 300 | 0 | 125 | 27 | 2 | 474 | 137 | 70 |
| Binary | 11111001 | 100110 | 11000000 | 0 | 1010101 | 10111 | 10 | 100111100 | 1011111 | 111000 |
Color Harmonies of #F926C0
Complementary color
Monochromatic Colors of #F926C0
Black with #F926C0
Text Example
Text Example
White with #F926C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F926C0; }
p { color: rgb(249,38,192); }
H1.HeaderClassName
{
color: #F926C0;
}
.AnyTagClassName
{
color: #F926C0;
}
</style>
background-color css
<style>
a { background-color: #F926C0; }
a { background-color: rgb(249,38,192); }
div.DivClassName
{
background-color: #F926C0;
}
.BgClassName
{
background-color: #F926C0;
}
</style>
border-color css
<style>
span { border-color: #F926C0; }
span { border-color: rgb(249,38,192); }
td.TdClassName
{
border-color: #F926C0;
}
.TagClassName
{
border-color: #F926C0;
}
</style>