Shades of Persian Pink #F279BD
Tints of Persian Pink #F279BD
RGB
CMYK
RGB Variations
Color information
#F279BD (or 0xF279BD) is known color: Persian Pink. HEX triplet: F2, 79 and BD. RGB value is (242,121,189). Sum of RGB (Red+Green+Blue) = 242+121+189=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F279BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279BD is #0D8642. Grayscale: #A4A4A4. Windows color (decimal): -886339 or 12417522. OLE color: 12417522.
HSL color Cylindrical-coordinate representation of color #F279BD: hue angle of 326.28º 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 #F279BD is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 189 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.05 |
| HSL | 326.28º | 0.82% | 0.71% | - |
| HSV(B) | 326.28º | 0.5% | 0.95% | - |
| XYZ | 52.64 | 36.23 | 52.36 | - |
| YUV | 164.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 189 | 0 | 0.50 | 0.22 | 0.05 | 326.28 | 0.82 | 0.71 |
| Hex | F2 | 79 | BD | 0 | 32 | 16 | 5 | 146 | 52 | 47 |
| Octal | 362 | 171 | 275 | 0 | 62 | 26 | 5 | 506 | 122 | 107 |
| Binary | 11110010 | 1111001 | 10111101 | 0 | 110010 | 10110 | 101 | 101000110 | 1010010 | 1000111 |
Color Harmonies of #F279BD
Complementary color
Monochromatic Colors of #F279BD
Black with #F279BD
Text Example
Text Example
White with #F279BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279BD; }
p { color: rgb(242,121,189); }
H1.HeaderClassName
{
color: #F279BD;
}
.AnyTagClassName
{
color: #F279BD;
}
</style>
background-color css
<style>
a { background-color: #F279BD; }
a { background-color: rgb(242,121,189); }
div.DivClassName
{
background-color: #F279BD;
}
.BgClassName
{
background-color: #F279BD;
}
</style>
border-color css
<style>
span { border-color: #F279BD; }
span { border-color: rgb(242,121,189); }
td.TdClassName
{
border-color: #F279BD;
}
.TagClassName
{
border-color: #F279BD;
}
</style>