Shades of Persian Pink #F178C0
Tints of Persian Pink #F178C0
RGB
CMYK
RGB Variations
Color information
#F178C0 (or 0xF178C0) is known color: Persian Pink. HEX triplet: F1, 78 and C0. RGB value is (241,120,192). Sum of RGB (Red+Green+Blue) = 241+120+192=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F178C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178C0 is #0E873F. Grayscale: #A4A4A4. Windows color (decimal): -952128 or 12613873. OLE color: 12613873.
HSL color Cylindrical-coordinate representation of color #F178C0: hue angle of 324.3º degrees, saturation: 0.81, 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 #F178C0 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 120 | 192 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.05 |
| HSL | 324.3º | 0.81% | 0.71% | - |
| HSV(B) | 324.3º | 0.5% | 0.95% | - |
| XYZ | 52.51 | 35.94 | 54.04 | - |
| YUV | 164.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 120 | 192 | 0 | 0.50 | 0.20 | 0.05 | 324.3 | 0.81 | 0.71 |
| Hex | F1 | 78 | C0 | 0 | 32 | 14 | 5 | 144 | 51 | 47 |
| Octal | 361 | 170 | 300 | 0 | 62 | 24 | 5 | 504 | 121 | 107 |
| Binary | 11110001 | 1111000 | 11000000 | 0 | 110010 | 10100 | 101 | 101000100 | 1010001 | 1000111 |
Color Harmonies of #F178C0
Complementary color
Monochromatic Colors of #F178C0
Black with #F178C0
Text Example
Text Example
White with #F178C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F178C0; }
p { color: rgb(241,120,192); }
H1.HeaderClassName
{
color: #F178C0;
}
.AnyTagClassName
{
color: #F178C0;
}
</style>
background-color css
<style>
a { background-color: #F178C0; }
a { background-color: rgb(241,120,192); }
div.DivClassName
{
background-color: #F178C0;
}
.BgClassName
{
background-color: #F178C0;
}
</style>
border-color css
<style>
span { border-color: #F178C0; }
span { border-color: rgb(241,120,192); }
td.TdClassName
{
border-color: #F178C0;
}
.TagClassName
{
border-color: #F178C0;
}
</style>