Shades of Persian Pink #F175B3
Tints of Persian Pink #F175B3
RGB
CMYK
RGB Variations
Color information
#F175B3 (or 0xF175B3) is known color: Persian Pink. HEX triplet: F1, 75 and B3. RGB value is (241,117,179). Sum of RGB (Red+Green+Blue) = 241+117+179=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F175B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175B3 is #0E8A4C. Grayscale: #A1A1A1. Windows color (decimal): -952909 or 11761137. OLE color: 11761137.
HSL color Cylindrical-coordinate representation of color #F175B3: hue angle of 330º 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 #F175B3 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 179 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.05 |
| HSL | 330º | 0.82% | 0.7% | - |
| HSV(B) | 330º | 0.51% | 0.95% | - |
| XYZ | 50.77 | 34.68 | 46.67 | - |
| YUV | 161.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 179 | 0 | 0.51 | 0.26 | 0.05 | 330 | 0.82 | 0.7 |
| Hex | F1 | 75 | B3 | 0 | 33 | 1A | 5 | 14A | 52 | 46 |
| Octal | 361 | 165 | 263 | 0 | 63 | 32 | 5 | 512 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10110011 | 0 | 110011 | 11010 | 101 | 101001010 | 1010010 | 1000110 |
Color Harmonies of #F175B3
Complementary color
Monochromatic Colors of #F175B3
Black with #F175B3
Text Example
Text Example
White with #F175B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175B3; }
p { color: rgb(241,117,179); }
H1.HeaderClassName
{
color: #F175B3;
}
.AnyTagClassName
{
color: #F175B3;
}
</style>
background-color css
<style>
a { background-color: #F175B3; }
a { background-color: rgb(241,117,179); }
div.DivClassName
{
background-color: #F175B3;
}
.BgClassName
{
background-color: #F175B3;
}
</style>
border-color css
<style>
span { border-color: #F175B3; }
span { border-color: rgb(241,117,179); }
td.TdClassName
{
border-color: #F175B3;
}
.TagClassName
{
border-color: #F175B3;
}
</style>