Shades of Persian Pink #F271BC
Tints of Persian Pink #F271BC
RGB
CMYK
RGB Variations
Color information
#F271BC (or 0xF271BC) is known color: Persian Pink. HEX triplet: F2, 71 and BC. RGB value is (242,113,188). Sum of RGB (Red+Green+Blue) = 242+113+188=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F271BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271BC is #0D8E43. Grayscale: #9F9F9F. Windows color (decimal): -888388 or 12349938. OLE color: 12349938.
HSL color Cylindrical-coordinate representation of color #F271BC: hue angle of 325.12º 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 #F271BC is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 188 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.05 |
| HSL | 325.12º | 0.83% | 0.7% | - |
| HSV(B) | 325.12º | 0.53% | 0.95% | - |
| XYZ | 51.6 | 34.32 | 51.48 | - |
| YUV | 160.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 188 | 0 | 0.53 | 0.22 | 0.05 | 325.12 | 0.83 | 0.7 |
| Hex | F2 | 71 | BC | 0 | 35 | 16 | 5 | 145 | 53 | 46 |
| Octal | 362 | 161 | 274 | 0 | 65 | 26 | 5 | 505 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10111100 | 0 | 110101 | 10110 | 101 | 101000101 | 1010011 | 1000110 |
Color Harmonies of #F271BC
Complementary color
Monochromatic Colors of #F271BC
Black with #F271BC
Text Example
Text Example
White with #F271BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271BC; }
p { color: rgb(242,113,188); }
H1.HeaderClassName
{
color: #F271BC;
}
.AnyTagClassName
{
color: #F271BC;
}
</style>
background-color css
<style>
a { background-color: #F271BC; }
a { background-color: rgb(242,113,188); }
div.DivClassName
{
background-color: #F271BC;
}
.BgClassName
{
background-color: #F271BC;
}
</style>
border-color css
<style>
span { border-color: #F271BC; }
span { border-color: rgb(242,113,188); }
td.TdClassName
{
border-color: #F271BC;
}
.TagClassName
{
border-color: #F271BC;
}
</style>