Shades of Razzle Dazzle Rose #F126C5
Tints of Razzle Dazzle Rose #F126C5
RGB
CMYK
RGB Variations
Color information
#F126C5 (or 0xF126C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 26 and C5. RGB value is (241,38,197). Sum of RGB (Red+Green+Blue) = 241+38+197=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F126C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F126C5 is #0ED93A. Grayscale: #747474. Windows color (decimal): -973115 or 12920561. OLE color: 12920561.
HSL color Cylindrical-coordinate representation of color #F126C5: hue angle of 313º 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 #F126C5 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 197 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.05 |
| HSL | 313º | 0.88% | 0.55% | - |
| HSV(B) | 313º | 0.84% | 0.95% | - |
| XYZ | 47.05 | 24.12 | 55 | - |
| YUV | 116.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 197 | 0 | 0.84 | 0.18 | 0.05 | 313 | 0.88 | 0.55 |
| Hex | F1 | 26 | C5 | 0 | 54 | 12 | 5 | 139 | 58 | 37 |
| Octal | 361 | 46 | 305 | 0 | 124 | 22 | 5 | 471 | 130 | 67 |
| Binary | 11110001 | 100110 | 11000101 | 0 | 1010100 | 10010 | 101 | 100111001 | 1011000 | 110111 |
Color Harmonies of #F126C5
Complementary color
Monochromatic Colors of #F126C5
Black with #F126C5
Text Example
Text Example
White with #F126C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F126C5; }
p { color: rgb(241,38,197); }
H1.HeaderClassName
{
color: #F126C5;
}
.AnyTagClassName
{
color: #F126C5;
}
</style>
background-color css
<style>
a { background-color: #F126C5; }
a { background-color: rgb(241,38,197); }
div.DivClassName
{
background-color: #F126C5;
}
.BgClassName
{
background-color: #F126C5;
}
</style>
border-color css
<style>
span { border-color: #F126C5; }
span { border-color: rgb(241,38,197); }
td.TdClassName
{
border-color: #F126C5;
}
.TagClassName
{
border-color: #F126C5;
}
</style>