Shades of Persian Pink #F277AF
Tints of Persian Pink #F277AF
RGB
CMYK
RGB Variations
Color information
#F277AF (or 0xF277AF) is known color: Persian Pink. HEX triplet: F2, 77 and AF. RGB value is (242,119,175). Sum of RGB (Red+Green+Blue) = 242+119+175=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F277AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F277AF is #0D8850. Grayscale: #A2A2A2. Windows color (decimal): -886865 or 11499506. OLE color: 11499506.
HSL color Cylindrical-coordinate representation of color #F277AF: hue angle of 332.68º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F277AF is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 175 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.05 |
| HSL | 332.68º | 0.83% | 0.71% | - |
| HSV(B) | 332.68º | 0.51% | 0.95% | - |
| XYZ | 50.95 | 35.17 | 44.66 | - |
| YUV | 162.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 175 | 0 | 0.51 | 0.28 | 0.05 | 332.68 | 0.83 | 0.71 |
| Hex | F2 | 77 | AF | 0 | 33 | 1C | 5 | 14D | 53 | 47 |
| Octal | 362 | 167 | 257 | 0 | 63 | 34 | 5 | 515 | 123 | 107 |
| Binary | 11110010 | 1110111 | 10101111 | 0 | 110011 | 11100 | 101 | 101001101 | 1010011 | 1000111 |
Color Harmonies of #F277AF
Complementary color
Monochromatic Colors of #F277AF
Black with #F277AF
Text Example
Text Example
White with #F277AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277AF; }
p { color: rgb(242,119,175); }
H1.HeaderClassName
{
color: #F277AF;
}
.AnyTagClassName
{
color: #F277AF;
}
</style>
background-color css
<style>
a { background-color: #F277AF; }
a { background-color: rgb(242,119,175); }
div.DivClassName
{
background-color: #F277AF;
}
.BgClassName
{
background-color: #F277AF;
}
</style>
border-color css
<style>
span { border-color: #F277AF; }
span { border-color: rgb(242,119,175); }
td.TdClassName
{
border-color: #F277AF;
}
.TagClassName
{
border-color: #F277AF;
}
</style>