Shades of Persian Pink #F973BC
Tints of Persian Pink #F973BC
RGB
CMYK
RGB Variations
Color information
#F973BC (or 0xF973BC) is known color: Persian Pink. HEX triplet: F9, 73 and BC. RGB value is (249,115,188). Sum of RGB (Red+Green+Blue) = 249+115+188=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F973BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973BC is #068C43. Grayscale: #A3A3A3. Windows color (decimal): -429124 or 12350457. OLE color: 12350457.
HSL color Cylindrical-coordinate representation of color #F973BC: hue angle of 327.31º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F973BC is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 188 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.02 |
| HSL | 327.31º | 0.92% | 0.71% | - |
| HSV(B) | 327.31º | 0.54% | 0.98% | - |
| XYZ | 54.27 | 36.03 | 51.67 | - |
| YUV | 163.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 188 | 0 | 0.54 | 0.24 | 0.02 | 327.31 | 0.92 | 0.71 |
| Hex | F9 | 73 | BC | 0 | 36 | 18 | 2 | 147 | 5C | 47 |
| Octal | 371 | 163 | 274 | 0 | 66 | 30 | 2 | 507 | 134 | 107 |
| Binary | 11111001 | 1110011 | 10111100 | 0 | 110110 | 11000 | 10 | 101000111 | 1011100 | 1000111 |
Color Harmonies of #F973BC
Complementary color
Monochromatic Colors of #F973BC
Black with #F973BC
Text Example
Text Example
White with #F973BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973BC; }
p { color: rgb(249,115,188); }
H1.HeaderClassName
{
color: #F973BC;
}
.AnyTagClassName
{
color: #F973BC;
}
</style>
background-color css
<style>
a { background-color: #F973BC; }
a { background-color: rgb(249,115,188); }
div.DivClassName
{
background-color: #F973BC;
}
.BgClassName
{
background-color: #F973BC;
}
</style>
border-color css
<style>
span { border-color: #F973BC; }
span { border-color: rgb(249,115,188); }
td.TdClassName
{
border-color: #F973BC;
}
.TagClassName
{
border-color: #F973BC;
}
</style>