Shades of Persian Pink #F973BA
Tints of Persian Pink #F973BA
RGB
CMYK
RGB Variations
Color information
#F973BA (or 0xF973BA) is known color: Persian Pink. HEX triplet: F9, 73 and BA. RGB value is (249,115,186). Sum of RGB (Red+Green+Blue) = 249+115+186=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F973BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973BA is #068C45. Grayscale: #A3A3A3. Windows color (decimal): -429126 or 12219385. OLE color: 12219385.
HSL color Cylindrical-coordinate representation of color #F973BA: hue angle of 328.21º 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 #F973BA is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 186 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.02 |
| HSL | 328.21º | 0.92% | 0.71% | - |
| HSV(B) | 328.21º | 0.54% | 0.98% | - |
| XYZ | 54.06 | 35.95 | 50.54 | - |
| YUV | 163.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 186 | 0 | 0.54 | 0.25 | 0.02 | 328.21 | 0.92 | 0.71 |
| Hex | F9 | 73 | BA | 0 | 36 | 19 | 2 | 148 | 5C | 47 |
| Octal | 371 | 163 | 272 | 0 | 66 | 31 | 2 | 510 | 134 | 107 |
| Binary | 11111001 | 1110011 | 10111010 | 0 | 110110 | 11001 | 10 | 101001000 | 1011100 | 1000111 |
Color Harmonies of #F973BA
Complementary color
Monochromatic Colors of #F973BA
Black with #F973BA
Text Example
Text Example
White with #F973BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973BA; }
p { color: rgb(249,115,186); }
H1.HeaderClassName
{
color: #F973BA;
}
.AnyTagClassName
{
color: #F973BA;
}
</style>
background-color css
<style>
a { background-color: #F973BA; }
a { background-color: rgb(249,115,186); }
div.DivClassName
{
background-color: #F973BA;
}
.BgClassName
{
background-color: #F973BA;
}
</style>
border-color css
<style>
span { border-color: #F973BA; }
span { border-color: rgb(249,115,186); }
td.TdClassName
{
border-color: #F973BA;
}
.TagClassName
{
border-color: #F973BA;
}
</style>