Shades of Persian Pink #F271BB
Tints of Persian Pink #F271BB
RGB
CMYK
RGB Variations
Color information
#F271BB (or 0xF271BB) is known color: Persian Pink. HEX triplet: F2, 71 and BB. RGB value is (242,113,187). Sum of RGB (Red+Green+Blue) = 242+113+187=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F271BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271BB is #0D8E44. Grayscale: #9F9F9F. Windows color (decimal): -888389 or 12284402. OLE color: 12284402.
HSL color Cylindrical-coordinate representation of color #F271BB: hue angle of 325.58º 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 #F271BB is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 187 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.05 |
| HSL | 325.58º | 0.83% | 0.7% | - |
| HSV(B) | 325.58º | 0.53% | 0.95% | - |
| XYZ | 51.49 | 34.28 | 50.92 | - |
| YUV | 160.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 187 | 0 | 0.53 | 0.23 | 0.05 | 325.58 | 0.83 | 0.7 |
| Hex | F2 | 71 | BB | 0 | 35 | 17 | 5 | 146 | 53 | 46 |
| Octal | 362 | 161 | 273 | 0 | 65 | 27 | 5 | 506 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10111011 | 0 | 110101 | 10111 | 101 | 101000110 | 1010011 | 1000110 |
Color Harmonies of #F271BB
Complementary color
Monochromatic Colors of #F271BB
Black with #F271BB
Text Example
Text Example
White with #F271BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271BB; }
p { color: rgb(242,113,187); }
H1.HeaderClassName
{
color: #F271BB;
}
.AnyTagClassName
{
color: #F271BB;
}
</style>
background-color css
<style>
a { background-color: #F271BB; }
a { background-color: rgb(242,113,187); }
div.DivClassName
{
background-color: #F271BB;
}
.BgClassName
{
background-color: #F271BB;
}
</style>
border-color css
<style>
span { border-color: #F271BB; }
span { border-color: rgb(242,113,187); }
td.TdClassName
{
border-color: #F271BB;
}
.TagClassName
{
border-color: #F271BB;
}
</style>