Shades of Persian Pink #F975C0
Tints of Persian Pink #F975C0
RGB
CMYK
RGB Variations
Color information
#F975C0 (or 0xF975C0) is known color: Persian Pink. HEX triplet: F9, 75 and C0. RGB value is (249,117,192). Sum of RGB (Red+Green+Blue) = 249+117+192=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F975C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975C0 is #068A3F. Grayscale: #A4A4A4. Windows color (decimal): -428608 or 12613113. OLE color: 12613113.
HSL color Cylindrical-coordinate representation of color #F975C0: hue angle of 325.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975C0 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 192 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.02 |
| HSL | 325.91º | 0.92% | 0.72% | - |
| HSV(B) | 325.91º | 0.53% | 0.98% | - |
| XYZ | 54.94 | 36.67 | 54.05 | - |
| YUV | 165.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 192 | 0 | 0.53 | 0.23 | 0.02 | 325.91 | 0.92 | 0.72 |
| Hex | F9 | 75 | C0 | 0 | 35 | 17 | 2 | 146 | 5C | 48 |
| Octal | 371 | 165 | 300 | 0 | 65 | 27 | 2 | 506 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11000000 | 0 | 110101 | 10111 | 10 | 101000110 | 1011100 | 1001000 |
Color Harmonies of #F975C0
Complementary color
Monochromatic Colors of #F975C0
Black with #F975C0
Text Example
Text Example
White with #F975C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975C0; }
p { color: rgb(249,117,192); }
H1.HeaderClassName
{
color: #F975C0;
}
.AnyTagClassName
{
color: #F975C0;
}
</style>
background-color css
<style>
a { background-color: #F975C0; }
a { background-color: rgb(249,117,192); }
div.DivClassName
{
background-color: #F975C0;
}
.BgClassName
{
background-color: #F975C0;
}
</style>
border-color css
<style>
span { border-color: #F975C0; }
span { border-color: rgb(249,117,192); }
td.TdClassName
{
border-color: #F975C0;
}
.TagClassName
{
border-color: #F975C0;
}
</style>