Shades of Persian Rose #F127A0
Tints of Persian Rose #F127A0
RGB
CMYK
RGB Variations
Color information
#F127A0 (or 0xF127A0) is known color: Persian Rose. HEX triplet: F1, 27 and A0. RGB value is (241,39,160). Sum of RGB (Red+Green+Blue) = 241+39+160=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F127A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127A0 is #0ED85F. Grayscale: #707070. Windows color (decimal): -972896 or 10495985. OLE color: 10495985.
HSL color Cylindrical-coordinate representation of color #F127A0: hue angle of 324.06º 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 #F127A0 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 160 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.05 |
| HSL | 324.06º | 0.88% | 0.55% | - |
| HSV(B) | 324.06º | 0.84% | 0.95% | - |
| XYZ | 43.35 | 22.69 | 35.35 | - |
| YUV | 113.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 160 | 0 | 0.84 | 0.34 | 0.05 | 324.06 | 0.88 | 0.55 |
| Hex | F1 | 27 | A0 | 0 | 54 | 22 | 5 | 144 | 58 | 37 |
| Octal | 361 | 47 | 240 | 0 | 124 | 42 | 5 | 504 | 130 | 67 |
| Binary | 11110001 | 100111 | 10100000 | 0 | 1010100 | 100010 | 101 | 101000100 | 1011000 | 110111 |
Color Harmonies of #F127A0
Complementary color
Monochromatic Colors of #F127A0
Black with #F127A0
Text Example
Text Example
White with #F127A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127A0; }
p { color: rgb(241,39,160); }
H1.HeaderClassName
{
color: #F127A0;
}
.AnyTagClassName
{
color: #F127A0;
}
</style>
background-color css
<style>
a { background-color: #F127A0; }
a { background-color: rgb(241,39,160); }
div.DivClassName
{
background-color: #F127A0;
}
.BgClassName
{
background-color: #F127A0;
}
</style>
border-color css
<style>
span { border-color: #F127A0; }
span { border-color: rgb(241,39,160); }
td.TdClassName
{
border-color: #F127A0;
}
.TagClassName
{
border-color: #F127A0;
}
</style>