Shades of Razzle Dazzle Rose #F126C0
Tints of Razzle Dazzle Rose #F126C0
RGB
CMYK
RGB Variations
Color information
#F126C0 (or 0xF126C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 26 and C0. RGB value is (241,38,192). Sum of RGB (Red+Green+Blue) = 241+38+192=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F126C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F126C0 is #0ED93F. Grayscale: #737373. Windows color (decimal): -973120 or 12592881. OLE color: 12592881.
HSL color Cylindrical-coordinate representation of color #F126C0: hue angle of 314.48º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F126C0 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 192 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.05 |
| HSL | 314.48º | 0.88% | 0.55% | - |
| HSV(B) | 314.48º | 0.84% | 0.95% | - |
| XYZ | 46.48 | 23.89 | 52.03 | - |
| YUV | 116.25 | 170.75 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 192 | 0 | 0.84 | 0.20 | 0.05 | 314.48 | 0.88 | 0.55 |
| Hex | F1 | 26 | C0 | 0 | 54 | 14 | 5 | 13A | 58 | 37 |
| Octal | 361 | 46 | 300 | 0 | 124 | 24 | 5 | 472 | 130 | 67 |
| Binary | 11110001 | 100110 | 11000000 | 0 | 1010100 | 10100 | 101 | 100111010 | 1011000 | 110111 |
Color Harmonies of #F126C0
Complementary color
Monochromatic Colors of #F126C0
Black with #F126C0
Text Example
Text Example
White with #F126C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F126C0; }
p { color: rgb(241,38,192); }
H1.HeaderClassName
{
color: #F126C0;
}
.AnyTagClassName
{
color: #F126C0;
}
</style>
background-color css
<style>
a { background-color: #F126C0; }
a { background-color: rgb(241,38,192); }
div.DivClassName
{
background-color: #F126C0;
}
.BgClassName
{
background-color: #F126C0;
}
</style>
border-color css
<style>
span { border-color: #F126C0; }
span { border-color: rgb(241,38,192); }
td.TdClassName
{
border-color: #F126C0;
}
.TagClassName
{
border-color: #F126C0;
}
</style>