Shades of Persian Pink #F279BA
Tints of Persian Pink #F279BA
RGB
CMYK
RGB Variations
Color information
#F279BA (or 0xF279BA) is known color: Persian Pink. HEX triplet: F2, 79 and BA. RGB value is (242,121,186). Sum of RGB (Red+Green+Blue) = 242+121+186=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F279BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279BA is #0D8645. Grayscale: #A4A4A4. Windows color (decimal): -886342 or 12220914. OLE color: 12220914.
HSL color Cylindrical-coordinate representation of color #F279BA: hue angle of 327.77º 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 #F279BA is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 186 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.05 |
| HSL | 327.77º | 0.82% | 0.71% | - |
| HSV(B) | 327.77º | 0.5% | 0.95% | - |
| XYZ | 52.32 | 36.1 | 50.66 | - |
| YUV | 164.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 186 | 0 | 0.50 | 0.23 | 0.05 | 327.77 | 0.82 | 0.71 |
| Hex | F2 | 79 | BA | 0 | 32 | 17 | 5 | 148 | 52 | 47 |
| Octal | 362 | 171 | 272 | 0 | 62 | 27 | 5 | 510 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10111010 | 0 | 110010 | 10111 | 101 | 101001000 | 1010010 | 1000111 |
Color Harmonies of #F279BA
Complementary color
Monochromatic Colors of #F279BA
Black with #F279BA
Text Example
Text Example
White with #F279BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279BA; }
p { color: rgb(242,121,186); }
H1.HeaderClassName
{
color: #F279BA;
}
.AnyTagClassName
{
color: #F279BA;
}
</style>
background-color css
<style>
a { background-color: #F279BA; }
a { background-color: rgb(242,121,186); }
div.DivClassName
{
background-color: #F279BA;
}
.BgClassName
{
background-color: #F279BA;
}
</style>
border-color css
<style>
span { border-color: #F279BA; }
span { border-color: rgb(242,121,186); }
td.TdClassName
{
border-color: #F279BA;
}
.TagClassName
{
border-color: #F279BA;
}
</style>