Shades of Persian Pink #F279C6
Tints of Persian Pink #F279C6
RGB
CMYK
RGB Variations
Color information
#F279C6 (or 0xF279C6) is known color: Persian Pink. HEX triplet: F2, 79 and C6. RGB value is (242,121,198). Sum of RGB (Red+Green+Blue) = 242+121+198=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F279C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279C6 is #0D8639. Grayscale: #A5A5A5. Windows color (decimal): -886330 or 13007346. OLE color: 13007346.
HSL color Cylindrical-coordinate representation of color #F279C6: hue angle of 321.82º 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 #F279C6 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 198 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.05 |
| HSL | 321.82º | 0.82% | 0.71% | - |
| HSV(B) | 321.82º | 0.5% | 0.95% | - |
| XYZ | 53.65 | 36.63 | 57.67 | - |
| YUV | 165.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 198 | 0 | 0.50 | 0.18 | 0.05 | 321.82 | 0.82 | 0.71 |
| Hex | F2 | 79 | C6 | 0 | 32 | 12 | 5 | 142 | 52 | 47 |
| Octal | 362 | 171 | 306 | 0 | 62 | 22 | 5 | 502 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11000110 | 0 | 110010 | 10010 | 101 | 101000010 | 1010010 | 1000111 |
Color Harmonies of #F279C6
Complementary color
Monochromatic Colors of #F279C6
Black with #F279C6
Text Example
Text Example
White with #F279C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279C6; }
p { color: rgb(242,121,198); }
H1.HeaderClassName
{
color: #F279C6;
}
.AnyTagClassName
{
color: #F279C6;
}
</style>
background-color css
<style>
a { background-color: #F279C6; }
a { background-color: rgb(242,121,198); }
div.DivClassName
{
background-color: #F279C6;
}
.BgClassName
{
background-color: #F279C6;
}
</style>
border-color css
<style>
span { border-color: #F279C6; }
span { border-color: rgb(242,121,198); }
td.TdClassName
{
border-color: #F279C6;
}
.TagClassName
{
border-color: #F279C6;
}
</style>