Shades of Persian Rose #F125A8
Tints of Persian Rose #F125A8
RGB
CMYK
RGB Variations
Color information
#F125A8 (or 0xF125A8) is known color: Persian Rose. HEX triplet: F1, 25 and A8. RGB value is (241,37,168). Sum of RGB (Red+Green+Blue) = 241+37+168=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F125A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F125A8 is #0EDA57. Grayscale: #707070. Windows color (decimal): -973400 or 11019761. OLE color: 11019761.
HSL color Cylindrical-coordinate representation of color #F125A8: hue angle of 321.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F125A8 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 168 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.05 |
| HSL | 321.47º | 0.88% | 0.55% | - |
| HSV(B) | 321.47º | 0.85% | 0.95% | - |
| XYZ | 44.01 | 22.85 | 39.14 | - |
| YUV | 112.93 | 159.09 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 168 | 0 | 0.85 | 0.30 | 0.05 | 321.47 | 0.88 | 0.55 |
| Hex | F1 | 25 | A8 | 0 | 55 | 1E | 5 | 141 | 58 | 37 |
| Octal | 361 | 45 | 250 | 0 | 125 | 36 | 5 | 501 | 130 | 67 |
| Binary | 11110001 | 100101 | 10101000 | 0 | 1010101 | 11110 | 101 | 101000001 | 1011000 | 110111 |
Color Harmonies of #F125A8
Complementary color
Monochromatic Colors of #F125A8
Black with #F125A8
Text Example
Text Example
White with #F125A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F125A8; }
p { color: rgb(241,37,168); }
H1.HeaderClassName
{
color: #F125A8;
}
.AnyTagClassName
{
color: #F125A8;
}
</style>
background-color css
<style>
a { background-color: #F125A8; }
a { background-color: rgb(241,37,168); }
div.DivClassName
{
background-color: #F125A8;
}
.BgClassName
{
background-color: #F125A8;
}
</style>
border-color css
<style>
span { border-color: #F125A8; }
span { border-color: rgb(241,37,168); }
td.TdClassName
{
border-color: #F125A8;
}
.TagClassName
{
border-color: #F125A8;
}
</style>