Shades of Persian Pink #F27AB1
Tints of Persian Pink #F27AB1
RGB
CMYK
RGB Variations
Color information
#F27AB1 (or 0xF27AB1) is known color: Persian Pink. HEX triplet: F2, 7A and B1. RGB value is (242,122,177). Sum of RGB (Red+Green+Blue) = 242+122+177=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27AB1 is #0D854E. Grayscale: #A4A4A4. Windows color (decimal): -886095 or 11631346. OLE color: 11631346.
HSL color Cylindrical-coordinate representation of color #F27AB1: hue angle of 332.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27AB1 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 177 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.05 |
| HSL | 332.5º | 0.82% | 0.71% | - |
| HSV(B) | 332.5º | 0.5% | 0.95% | - |
| XYZ | 51.51 | 35.97 | 45.82 | - |
| YUV | 164.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 177 | 0 | 0.50 | 0.27 | 0.05 | 332.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | B1 | 0 | 32 | 1B | 5 | 14C | 52 | 47 |
| Octal | 362 | 172 | 261 | 0 | 62 | 33 | 5 | 514 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10110001 | 0 | 110010 | 11011 | 101 | 101001100 | 1010010 | 1000111 |
Color Harmonies of #F27AB1
Complementary color
Monochromatic Colors of #F27AB1
Black with #F27AB1
Text Example
Text Example
White with #F27AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27AB1; }
p { color: rgb(242,122,177); }
H1.HeaderClassName
{
color: #F27AB1;
}
.AnyTagClassName
{
color: #F27AB1;
}
</style>
background-color css
<style>
a { background-color: #F27AB1; }
a { background-color: rgb(242,122,177); }
div.DivClassName
{
background-color: #F27AB1;
}
.BgClassName
{
background-color: #F27AB1;
}
</style>
border-color css
<style>
span { border-color: #F27AB1; }
span { border-color: rgb(242,122,177); }
td.TdClassName
{
border-color: #F27AB1;
}
.TagClassName
{
border-color: #F27AB1;
}
</style>