Shades of Persian Rose #F127AA
Tints of Persian Rose #F127AA
RGB
CMYK
RGB Variations
Color information
#F127AA (or 0xF127AA) is known color: Persian Rose. HEX triplet: F1, 27 and AA. RGB value is (241,39,170). Sum of RGB (Red+Green+Blue) = 241+39+170=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F127AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F127AA is #0ED855. Grayscale: #727272. Windows color (decimal): -972886 or 11151345. OLE color: 11151345.
HSL color Cylindrical-coordinate representation of color #F127AA: hue angle of 321.09º 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 #F127AA is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 170 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.05 |
| HSL | 321.09º | 0.88% | 0.55% | - |
| HSV(B) | 321.09º | 0.84% | 0.95% | - |
| XYZ | 44.26 | 23.05 | 40.15 | - |
| YUV | 114.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 170 | 0 | 0.84 | 0.29 | 0.05 | 321.09 | 0.88 | 0.55 |
| Hex | F1 | 27 | AA | 0 | 54 | 1D | 5 | 141 | 58 | 37 |
| Octal | 361 | 47 | 252 | 0 | 124 | 35 | 5 | 501 | 130 | 67 |
| Binary | 11110001 | 100111 | 10101010 | 0 | 1010100 | 11101 | 101 | 101000001 | 1011000 | 110111 |
Color Harmonies of #F127AA
Complementary color
Monochromatic Colors of #F127AA
Black with #F127AA
Text Example
Text Example
White with #F127AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F127AA; }
p { color: rgb(241,39,170); }
H1.HeaderClassName
{
color: #F127AA;
}
.AnyTagClassName
{
color: #F127AA;
}
</style>
background-color css
<style>
a { background-color: #F127AA; }
a { background-color: rgb(241,39,170); }
div.DivClassName
{
background-color: #F127AA;
}
.BgClassName
{
background-color: #F127AA;
}
</style>
border-color css
<style>
span { border-color: #F127AA; }
span { border-color: rgb(241,39,170); }
td.TdClassName
{
border-color: #F127AA;
}
.TagClassName
{
border-color: #F127AA;
}
</style>