Shades of Persian Pink #F271BA
Tints of Persian Pink #F271BA
RGB
CMYK
RGB Variations
Color information
#F271BA (or 0xF271BA) is known color: Persian Pink. HEX triplet: F2, 71 and BA. RGB value is (242,113,186). Sum of RGB (Red+Green+Blue) = 242+113+186=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F271BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271BA is #0D8E45. Grayscale: #9F9F9F. Windows color (decimal): -888390 or 12218866. OLE color: 12218866.
HSL color Cylindrical-coordinate representation of color #F271BA: hue angle of 326.05º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F271BA is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 186 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.05 |
| HSL | 326.05º | 0.83% | 0.7% | - |
| HSV(B) | 326.05º | 0.53% | 0.95% | - |
| XYZ | 51.39 | 34.23 | 50.35 | - |
| YUV | 159.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 186 | 0 | 0.53 | 0.23 | 0.05 | 326.05 | 0.83 | 0.7 |
| Hex | F2 | 71 | BA | 0 | 35 | 17 | 5 | 146 | 53 | 46 |
| Octal | 362 | 161 | 272 | 0 | 65 | 27 | 5 | 506 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10111010 | 0 | 110101 | 10111 | 101 | 101000110 | 1010011 | 1000110 |
Color Harmonies of #F271BA
Complementary color
Monochromatic Colors of #F271BA
Black with #F271BA
Text Example
Text Example
White with #F271BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271BA; }
p { color: rgb(242,113,186); }
H1.HeaderClassName
{
color: #F271BA;
}
.AnyTagClassName
{
color: #F271BA;
}
</style>
background-color css
<style>
a { background-color: #F271BA; }
a { background-color: rgb(242,113,186); }
div.DivClassName
{
background-color: #F271BA;
}
.BgClassName
{
background-color: #F271BA;
}
</style>
border-color css
<style>
span { border-color: #F271BA; }
span { border-color: rgb(242,113,186); }
td.TdClassName
{
border-color: #F271BA;
}
.TagClassName
{
border-color: #F271BA;
}
</style>