Shades of Persian Pink #F975BB
Tints of Persian Pink #F975BB
RGB
CMYK
RGB Variations
Color information
#F975BB (or 0xF975BB) is known color: Persian Pink. HEX triplet: F9, 75 and BB. RGB value is (249,117,187). Sum of RGB (Red+Green+Blue) = 249+117+187=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F975BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975BB is #068A44. Grayscale: #A4A4A4. Windows color (decimal): -428613 or 12285433. OLE color: 12285433.
HSL color Cylindrical-coordinate representation of color #F975BB: hue angle of 328.18º 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 #F975BB is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 187 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.02 |
| HSL | 328.18º | 0.92% | 0.72% | - |
| HSV(B) | 328.18º | 0.53% | 0.98% | - |
| XYZ | 54.4 | 36.45 | 51.18 | - |
| YUV | 164.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 187 | 0 | 0.53 | 0.25 | 0.02 | 328.18 | 0.92 | 0.72 |
| Hex | F9 | 75 | BB | 0 | 35 | 19 | 2 | 148 | 5C | 48 |
| Octal | 371 | 165 | 273 | 0 | 65 | 31 | 2 | 510 | 134 | 110 |
| Binary | 11111001 | 1110101 | 10111011 | 0 | 110101 | 11001 | 10 | 101001000 | 1011100 | 1001000 |
Color Harmonies of #F975BB
Complementary color
Monochromatic Colors of #F975BB
Black with #F975BB
Text Example
Text Example
White with #F975BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975BB; }
p { color: rgb(249,117,187); }
H1.HeaderClassName
{
color: #F975BB;
}
.AnyTagClassName
{
color: #F975BB;
}
</style>
background-color css
<style>
a { background-color: #F975BB; }
a { background-color: rgb(249,117,187); }
div.DivClassName
{
background-color: #F975BB;
}
.BgClassName
{
background-color: #F975BB;
}
</style>
border-color css
<style>
span { border-color: #F975BB; }
span { border-color: rgb(249,117,187); }
td.TdClassName
{
border-color: #F975BB;
}
.TagClassName
{
border-color: #F975BB;
}
</style>