Shades of Persian Pink #F179B5
Tints of Persian Pink #F179B5
RGB
CMYK
RGB Variations
Color information
#F179B5 (or 0xF179B5) is known color: Persian Pink. HEX triplet: F1, 79 and B5. RGB value is (241,121,181). Sum of RGB (Red+Green+Blue) = 241+121+181=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F179B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F179B5 is #0E864A. Grayscale: #A3A3A3. Windows color (decimal): -951883 or 11893233. OLE color: 11893233.
HSL color Cylindrical-coordinate representation of color #F179B5: hue angle of 330º 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 #F179B5 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 181 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.05 |
| HSL | 330º | 0.81% | 0.71% | - |
| HSV(B) | 330º | 0.5% | 0.95% | - |
| XYZ | 51.45 | 35.71 | 47.9 | - |
| YUV | 163.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 181 | 0 | 0.50 | 0.25 | 0.05 | 330 | 0.81 | 0.71 |
| Hex | F1 | 79 | B5 | 0 | 32 | 19 | 5 | 14A | 51 | 47 |
| Octal | 361 | 171 | 265 | 0 | 62 | 31 | 5 | 512 | 121 | 107 |
| Binary | 11110001 | 1111001 | 10110101 | 0 | 110010 | 11001 | 101 | 101001010 | 1010001 | 1000111 |
Color Harmonies of #F179B5
Complementary color
Monochromatic Colors of #F179B5
Black with #F179B5
Text Example
Text Example
White with #F179B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F179B5; }
p { color: rgb(241,121,181); }
H1.HeaderClassName
{
color: #F179B5;
}
.AnyTagClassName
{
color: #F179B5;
}
</style>
background-color css
<style>
a { background-color: #F179B5; }
a { background-color: rgb(241,121,181); }
div.DivClassName
{
background-color: #F179B5;
}
.BgClassName
{
background-color: #F179B5;
}
</style>
border-color css
<style>
span { border-color: #F179B5; }
span { border-color: rgb(241,121,181); }
td.TdClassName
{
border-color: #F179B5;
}
.TagClassName
{
border-color: #F179B5;
}
</style>