Shades of Persian Pink #F279B6
Tints of Persian Pink #F279B6
RGB
CMYK
RGB Variations
Color information
#F279B6 (or 0xF279B6) is known color: Persian Pink. HEX triplet: F2, 79 and B6. RGB value is (242,121,182). Sum of RGB (Red+Green+Blue) = 242+121+182=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F279B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279B6 is #0D8649. Grayscale: #A4A4A4. Windows color (decimal): -886346 or 11958770. OLE color: 11958770.
HSL color Cylindrical-coordinate representation of color #F279B6: hue angle of 329.75º 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 #F279B6 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 182 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.05 |
| HSL | 329.75º | 0.82% | 0.71% | - |
| HSV(B) | 329.75º | 0.5% | 0.95% | - |
| XYZ | 51.9 | 35.93 | 48.46 | - |
| YUV | 164.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 182 | 0 | 0.50 | 0.25 | 0.05 | 329.75 | 0.82 | 0.71 |
| Hex | F2 | 79 | B6 | 0 | 32 | 19 | 5 | 14A | 52 | 47 |
| Octal | 362 | 171 | 266 | 0 | 62 | 31 | 5 | 512 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10110110 | 0 | 110010 | 11001 | 101 | 101001010 | 1010010 | 1000111 |
Color Harmonies of #F279B6
Complementary color
Monochromatic Colors of #F279B6
Black with #F279B6
Text Example
Text Example
White with #F279B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279B6; }
p { color: rgb(242,121,182); }
H1.HeaderClassName
{
color: #F279B6;
}
.AnyTagClassName
{
color: #F279B6;
}
</style>
background-color css
<style>
a { background-color: #F279B6; }
a { background-color: rgb(242,121,182); }
div.DivClassName
{
background-color: #F279B6;
}
.BgClassName
{
background-color: #F279B6;
}
</style>
border-color css
<style>
span { border-color: #F279B6; }
span { border-color: rgb(242,121,182); }
td.TdClassName
{
border-color: #F279B6;
}
.TagClassName
{
border-color: #F279B6;
}
</style>