Shades of Persian Rose #F126A8
Tints of Persian Rose #F126A8
RGB
CMYK
RGB Variations
Color information
#F126A8 (or 0xF126A8) is known color: Persian Rose. HEX triplet: F1, 26 and A8. RGB value is (241,38,168). Sum of RGB (Red+Green+Blue) = 241+38+168=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F126A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F126A8 is #0ED957. Grayscale: #717171. Windows color (decimal): -973144 or 11020017. OLE color: 11020017.
HSL color Cylindrical-coordinate representation of color #F126A8: hue angle of 321.58º 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 #F126A8 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 168 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.05 |
| HSL | 321.58º | 0.88% | 0.55% | - |
| HSV(B) | 321.58º | 0.84% | 0.95% | - |
| XYZ | 44.04 | 22.91 | 39.15 | - |
| YUV | 113.52 | 158.75 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 168 | 0 | 0.84 | 0.30 | 0.05 | 321.58 | 0.88 | 0.55 |
| Hex | F1 | 26 | A8 | 0 | 54 | 1E | 5 | 142 | 58 | 37 |
| Octal | 361 | 46 | 250 | 0 | 124 | 36 | 5 | 502 | 130 | 67 |
| Binary | 11110001 | 100110 | 10101000 | 0 | 1010100 | 11110 | 101 | 101000010 | 1011000 | 110111 |
Color Harmonies of #F126A8
Complementary color
Monochromatic Colors of #F126A8
Black with #F126A8
Text Example
Text Example
White with #F126A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F126A8; }
p { color: rgb(241,38,168); }
H1.HeaderClassName
{
color: #F126A8;
}
.AnyTagClassName
{
color: #F126A8;
}
</style>
background-color css
<style>
a { background-color: #F126A8; }
a { background-color: rgb(241,38,168); }
div.DivClassName
{
background-color: #F126A8;
}
.BgClassName
{
background-color: #F126A8;
}
</style>
border-color css
<style>
span { border-color: #F126A8; }
span { border-color: rgb(241,38,168); }
td.TdClassName
{
border-color: #F126A8;
}
.TagClassName
{
border-color: #F126A8;
}
</style>