Shades of Persian Pink #F277C5
Tints of Persian Pink #F277C5
RGB
CMYK
RGB Variations
Color information
#F277C5 (or 0xF277C5) is known color: Persian Pink. HEX triplet: F2, 77 and C5. RGB value is (242,119,197). Sum of RGB (Red+Green+Blue) = 242+119+197=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F277C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277C5 is #0D883A. Grayscale: #A4A4A4. Windows color (decimal): -886843 or 12941298. OLE color: 12941298.
HSL color Cylindrical-coordinate representation of color #F277C5: hue angle of 321.95º 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 #F277C5 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 197 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.05 |
| HSL | 321.95º | 0.83% | 0.71% | - |
| HSV(B) | 321.95º | 0.51% | 0.95% | - |
| XYZ | 53.29 | 36.1 | 56.98 | - |
| YUV | 164.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 197 | 0 | 0.51 | 0.19 | 0.05 | 321.95 | 0.83 | 0.71 |
| Hex | F2 | 77 | C5 | 0 | 33 | 13 | 5 | 142 | 53 | 47 |
| Octal | 362 | 167 | 305 | 0 | 63 | 23 | 5 | 502 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11000101 | 0 | 110011 | 10011 | 101 | 101000010 | 1010011 | 1000111 |
Color Harmonies of #F277C5
Complementary color
Monochromatic Colors of #F277C5
Black with #F277C5
Text Example
Text Example
White with #F277C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277C5; }
p { color: rgb(242,119,197); }
H1.HeaderClassName
{
color: #F277C5;
}
.AnyTagClassName
{
color: #F277C5;
}
</style>
background-color css
<style>
a { background-color: #F277C5; }
a { background-color: rgb(242,119,197); }
div.DivClassName
{
background-color: #F277C5;
}
.BgClassName
{
background-color: #F277C5;
}
</style>
border-color css
<style>
span { border-color: #F277C5; }
span { border-color: rgb(242,119,197); }
td.TdClassName
{
border-color: #F277C5;
}
.TagClassName
{
border-color: #F277C5;
}
</style>