Shades of Persian Pink #F97BC2
Tints of Persian Pink #F97BC2
RGB
CMYK
RGB Variations
Color information
#F97BC2 (or 0xF97BC2) is known color: Persian Pink. HEX triplet: F9, 7B and C2. RGB value is (249,123,194). Sum of RGB (Red+Green+Blue) = 249+123+194=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BC2 is #06843D. Grayscale: #A8A8A8. Windows color (decimal): -427070 or 12745721. OLE color: 12745721.
HSL color Cylindrical-coordinate representation of color #F97BC2: hue angle of 326.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97BC2 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 194 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.02 |
| HSL | 326.19º | 0.91% | 0.73% | - |
| HSV(B) | 326.19º | 0.51% | 0.98% | - |
| XYZ | 55.89 | 38.2 | 55.47 | - |
| YUV | 168.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 194 | 0 | 0.51 | 0.22 | 0.02 | 326.19 | 0.91 | 0.73 |
| Hex | F9 | 7B | C2 | 0 | 33 | 16 | 2 | 146 | 5B | 49 |
| Octal | 371 | 173 | 302 | 0 | 63 | 26 | 2 | 506 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11000010 | 0 | 110011 | 10110 | 10 | 101000110 | 1011011 | 1001001 |
Color Harmonies of #F97BC2
Complementary color
Monochromatic Colors of #F97BC2
Black with #F97BC2
Text Example
Text Example
White with #F97BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BC2; }
p { color: rgb(249,123,194); }
H1.HeaderClassName
{
color: #F97BC2;
}
.AnyTagClassName
{
color: #F97BC2;
}
</style>
background-color css
<style>
a { background-color: #F97BC2; }
a { background-color: rgb(249,123,194); }
div.DivClassName
{
background-color: #F97BC2;
}
.BgClassName
{
background-color: #F97BC2;
}
</style>
border-color css
<style>
span { border-color: #F97BC2; }
span { border-color: rgb(249,123,194); }
td.TdClassName
{
border-color: #F97BC2;
}
.TagClassName
{
border-color: #F97BC2;
}
</style>