Shades of Persian Pink #F279C3
Tints of Persian Pink #F279C3
RGB
CMYK
RGB Variations
Color information
#F279C3 (or 0xF279C3) is known color: Persian Pink. HEX triplet: F2, 79 and C3. RGB value is (242,121,195). Sum of RGB (Red+Green+Blue) = 242+121+195=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F279C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279C3 is #0D863C. Grayscale: #A5A5A5. Windows color (decimal): -886333 or 12810738. OLE color: 12810738.
HSL color Cylindrical-coordinate representation of color #F279C3: hue angle of 323.31º 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 #F279C3 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 195 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.05 |
| HSL | 323.31º | 0.82% | 0.71% | - |
| HSV(B) | 323.31º | 0.5% | 0.95% | - |
| XYZ | 53.31 | 36.49 | 55.86 | - |
| YUV | 165.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 195 | 0 | 0.50 | 0.19 | 0.05 | 323.31 | 0.82 | 0.71 |
| Hex | F2 | 79 | C3 | 0 | 32 | 13 | 5 | 143 | 52 | 47 |
| Octal | 362 | 171 | 303 | 0 | 62 | 23 | 5 | 503 | 122 | 107 |
| Binary | 11110010 | 1111001 | 11000011 | 0 | 110010 | 10011 | 101 | 101000011 | 1010010 | 1000111 |
Color Harmonies of #F279C3
Complementary color
Monochromatic Colors of #F279C3
Black with #F279C3
Text Example
Text Example
White with #F279C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F279C3; }
p { color: rgb(242,121,195); }
H1.HeaderClassName
{
color: #F279C3;
}
.AnyTagClassName
{
color: #F279C3;
}
</style>
background-color css
<style>
a { background-color: #F279C3; }
a { background-color: rgb(242,121,195); }
div.DivClassName
{
background-color: #F279C3;
}
.BgClassName
{
background-color: #F279C3;
}
</style>
border-color css
<style>
span { border-color: #F279C3; }
span { border-color: rgb(242,121,195); }
td.TdClassName
{
border-color: #F279C3;
}
.TagClassName
{
border-color: #F279C3;
}
</style>