Shades of Persian Pink #F279BE
Tints of Persian Pink #F279BE
RGB
CMYK
RGB Variations
Color information
#F279BE (or 0xF279BE) is known color: Persian Pink. HEX triplet: F2, 79 and BE. RGB value is (242,121,190). Sum of RGB (Red+Green+Blue) = 242+121+190=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F279BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279BE is #0D8641. Grayscale: #A4A4A4. Windows color (decimal): -886338 or 12483058. OLE color: 12483058.
HSL color Cylindrical-coordinate representation of color #F279BE: hue angle of 325.79º 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 #F279BE is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 190 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.05 |
| HSL | 325.79º | 0.82% | 0.71% | - |
| HSV(B) | 325.79º | 0.5% | 0.95% | - |
| XYZ | 52.75 | 36.27 | 52.94 | - |
| YUV | 165.05 | 142.09 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 190 | 0 | 0.50 | 0.21 | 0.05 | 325.79 | 0.82 | 0.71 |
| Hex | F2 | 79 | BE | 0 | 32 | 15 | 5 | 146 | 52 | 47 |
| Octal | 362 | 171 | 276 | 0 | 62 | 25 | 5 | 506 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10111110 | 0 | 110010 | 10101 | 101 | 101000110 | 1010010 | 1000111 |
Color Harmonies of #F279BE
Complementary color
Monochromatic Colors of #F279BE
Black with #F279BE
Text Example
Text Example
White with #F279BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279BE; }
p { color: rgb(242,121,190); }
H1.HeaderClassName
{
color: #F279BE;
}
.AnyTagClassName
{
color: #F279BE;
}
</style>
background-color css
<style>
a { background-color: #F279BE; }
a { background-color: rgb(242,121,190); }
div.DivClassName
{
background-color: #F279BE;
}
.BgClassName
{
background-color: #F279BE;
}
</style>
border-color css
<style>
span { border-color: #F279BE; }
span { border-color: rgb(242,121,190); }
td.TdClassName
{
border-color: #F279BE;
}
.TagClassName
{
border-color: #F279BE;
}
</style>