Shades of Persian Pink #F174C1
Tints of Persian Pink #F174C1
RGB
CMYK
RGB Variations
Color information
#F174C1 (or 0xF174C1) is known color: Persian Pink. HEX triplet: F1, 74 and C1. RGB value is (241,116,193). Sum of RGB (Red+Green+Blue) = 241+116+193=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F174C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174C1 is #0E8B3E. Grayscale: #A1A1A1. Windows color (decimal): -953151 or 12678385. OLE color: 12678385.
HSL color Cylindrical-coordinate representation of color #F174C1: hue angle of 323.04º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F174C1 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 193 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.05 |
| HSL | 323.04º | 0.82% | 0.7% | - |
| HSV(B) | 323.04º | 0.52% | 0.95% | - |
| XYZ | 52.15 | 35.04 | 54.47 | - |
| YUV | 162.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 193 | 0 | 0.52 | 0.20 | 0.05 | 323.04 | 0.82 | 0.7 |
| Hex | F1 | 74 | C1 | 0 | 34 | 14 | 5 | 143 | 52 | 46 |
| Octal | 361 | 164 | 301 | 0 | 64 | 24 | 5 | 503 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11000001 | 0 | 110100 | 10100 | 101 | 101000011 | 1010010 | 1000110 |
Color Harmonies of #F174C1
Complementary color
Monochromatic Colors of #F174C1
Black with #F174C1
Text Example
Text Example
White with #F174C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174C1; }
p { color: rgb(241,116,193); }
H1.HeaderClassName
{
color: #F174C1;
}
.AnyTagClassName
{
color: #F174C1;
}
</style>
background-color css
<style>
a { background-color: #F174C1; }
a { background-color: rgb(241,116,193); }
div.DivClassName
{
background-color: #F174C1;
}
.BgClassName
{
background-color: #F174C1;
}
</style>
border-color css
<style>
span { border-color: #F174C1; }
span { border-color: rgb(241,116,193); }
td.TdClassName
{
border-color: #F174C1;
}
.TagClassName
{
border-color: #F174C1;
}
</style>