Shades of Persian Pink #F27AC5
Tints of Persian Pink #F27AC5
RGB
CMYK
RGB Variations
Color information
#F27AC5 (or 0xF27AC5) is known color: Persian Pink. HEX triplet: F2, 7A and C5. RGB value is (242,122,197). Sum of RGB (Red+Green+Blue) = 242+122+197=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27AC5 is #0D853A. Grayscale: #A6A6A6. Windows color (decimal): -886075 or 12942066. OLE color: 12942066.
HSL color Cylindrical-coordinate representation of color #F27AC5: hue angle of 322.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 #F27AC5 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 197 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.05 |
| HSL | 322.5º | 0.82% | 0.71% | - |
| HSV(B) | 322.5º | 0.5% | 0.95% | - |
| XYZ | 53.66 | 36.83 | 57.1 | - |
| YUV | 166.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 197 | 0 | 0.50 | 0.19 | 0.05 | 322.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | C5 | 0 | 32 | 13 | 5 | 142 | 52 | 47 |
| Octal | 362 | 172 | 305 | 0 | 62 | 23 | 5 | 502 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11000101 | 0 | 110010 | 10011 | 101 | 101000010 | 1010010 | 1000111 |
Color Harmonies of #F27AC5
Complementary color
Monochromatic Colors of #F27AC5
Black with #F27AC5
Text Example
Text Example
White with #F27AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27AC5; }
p { color: rgb(242,122,197); }
H1.HeaderClassName
{
color: #F27AC5;
}
.AnyTagClassName
{
color: #F27AC5;
}
</style>
background-color css
<style>
a { background-color: #F27AC5; }
a { background-color: rgb(242,122,197); }
div.DivClassName
{
background-color: #F27AC5;
}
.BgClassName
{
background-color: #F27AC5;
}
</style>
border-color css
<style>
span { border-color: #F27AC5; }
span { border-color: rgb(242,122,197); }
td.TdClassName
{
border-color: #F27AC5;
}
.TagClassName
{
border-color: #F27AC5;
}
</style>