Shades of Persian Pink #F974BA
Tints of Persian Pink #F974BA
RGB
CMYK
RGB Variations
Color information
#F974BA (or 0xF974BA) is known color: Persian Pink. HEX triplet: F9, 74 and BA. RGB value is (249,116,186). Sum of RGB (Red+Green+Blue) = 249+116+186=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F974BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974BA is #068B45. Grayscale: #A3A3A3. Windows color (decimal): -428870 or 12219641. OLE color: 12219641.
HSL color Cylindrical-coordinate representation of color #F974BA: hue angle of 328.42º 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 #F974BA is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 186 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.02 |
| HSL | 328.42º | 0.92% | 0.72% | - |
| HSV(B) | 328.42º | 0.53% | 0.98% | - |
| XYZ | 54.18 | 36.18 | 50.58 | - |
| YUV | 163.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 186 | 0 | 0.53 | 0.25 | 0.02 | 328.42 | 0.92 | 0.72 |
| Hex | F9 | 74 | BA | 0 | 35 | 19 | 2 | 148 | 5C | 48 |
| Octal | 371 | 164 | 272 | 0 | 65 | 31 | 2 | 510 | 134 | 110 |
| Binary | 11111001 | 1110100 | 10111010 | 0 | 110101 | 11001 | 10 | 101001000 | 1011100 | 1001000 |
Color Harmonies of #F974BA
Complementary color
Monochromatic Colors of #F974BA
Black with #F974BA
Text Example
Text Example
White with #F974BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974BA; }
p { color: rgb(249,116,186); }
H1.HeaderClassName
{
color: #F974BA;
}
.AnyTagClassName
{
color: #F974BA;
}
</style>
background-color css
<style>
a { background-color: #F974BA; }
a { background-color: rgb(249,116,186); }
div.DivClassName
{
background-color: #F974BA;
}
.BgClassName
{
background-color: #F974BA;
}
</style>
border-color css
<style>
span { border-color: #F974BA; }
span { border-color: rgb(249,116,186); }
td.TdClassName
{
border-color: #F974BA;
}
.TagClassName
{
border-color: #F974BA;
}
</style>