Shades of Persian Pink #F27ABC
Tints of Persian Pink #F27ABC
RGB
CMYK
RGB Variations
Color information
#F27ABC (or 0xF27ABC) is known color: Persian Pink. HEX triplet: F2, 7A and BC. RGB value is (242,122,188). Sum of RGB (Red+Green+Blue) = 242+122+188=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ABC is #0D8543. Grayscale: #A5A5A5. Windows color (decimal): -886084 or 12352242. OLE color: 12352242.
HSL color Cylindrical-coordinate representation of color #F27ABC: hue angle of 327º 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 #F27ABC is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 188 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.05 |
| HSL | 327º | 0.82% | 0.71% | - |
| HSV(B) | 327º | 0.5% | 0.95% | - |
| XYZ | 52.65 | 36.43 | 51.83 | - |
| YUV | 165.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 188 | 0 | 0.50 | 0.22 | 0.05 | 327 | 0.82 | 0.71 |
| Hex | F2 | 7A | BC | 0 | 32 | 16 | 5 | 147 | 52 | 47 |
| Octal | 362 | 172 | 274 | 0 | 62 | 26 | 5 | 507 | 122 | 107 |
| Binary | 11110010 | 1111010 | 10111100 | 0 | 110010 | 10110 | 101 | 101000111 | 1010010 | 1000111 |
Color Harmonies of #F27ABC
Complementary color
Monochromatic Colors of #F27ABC
Black with #F27ABC
Text Example
Text Example
White with #F27ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ABC; }
p { color: rgb(242,122,188); }
H1.HeaderClassName
{
color: #F27ABC;
}
.AnyTagClassName
{
color: #F27ABC;
}
</style>
background-color css
<style>
a { background-color: #F27ABC; }
a { background-color: rgb(242,122,188); }
div.DivClassName
{
background-color: #F27ABC;
}
.BgClassName
{
background-color: #F27ABC;
}
</style>
border-color css
<style>
span { border-color: #F27ABC; }
span { border-color: rgb(242,122,188); }
td.TdClassName
{
border-color: #F27ABC;
}
.TagClassName
{
border-color: #F27ABC;
}
</style>