Shades of Persian Pink #F175C2
Tints of Persian Pink #F175C2
RGB
CMYK
RGB Variations
Color information
#F175C2 (or 0xF175C2) is known color: Persian Pink. HEX triplet: F1, 75 and C2. RGB value is (241,117,194). Sum of RGB (Red+Green+Blue) = 241+117+194=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F175C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175C2 is #0E8A3D. Grayscale: #A2A2A2. Windows color (decimal): -952894 or 12744177. OLE color: 12744177.
HSL color Cylindrical-coordinate representation of color #F175C2: hue angle of 322.74º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175C2 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 194 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.05 |
| HSL | 322.74º | 0.82% | 0.7% | - |
| HSV(B) | 322.74º | 0.51% | 0.95% | - |
| XYZ | 52.37 | 35.32 | 55.1 | - |
| YUV | 162.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 194 | 0 | 0.51 | 0.20 | 0.05 | 322.74 | 0.82 | 0.7 |
| Hex | F1 | 75 | C2 | 0 | 33 | 14 | 5 | 143 | 52 | 46 |
| Octal | 361 | 165 | 302 | 0 | 63 | 24 | 5 | 503 | 122 | 106 |
| Binary | 11110001 | 1110101 | 11000010 | 0 | 110011 | 10100 | 101 | 101000011 | 1010010 | 1000110 |
Color Harmonies of #F175C2
Complementary color
Monochromatic Colors of #F175C2
Black with #F175C2
Text Example
Text Example
White with #F175C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175C2; }
p { color: rgb(241,117,194); }
H1.HeaderClassName
{
color: #F175C2;
}
.AnyTagClassName
{
color: #F175C2;
}
</style>
background-color css
<style>
a { background-color: #F175C2; }
a { background-color: rgb(241,117,194); }
div.DivClassName
{
background-color: #F175C2;
}
.BgClassName
{
background-color: #F175C2;
}
</style>
border-color css
<style>
span { border-color: #F175C2; }
span { border-color: rgb(241,117,194); }
td.TdClassName
{
border-color: #F175C2;
}
.TagClassName
{
border-color: #F175C2;
}
</style>