Shades of Persian Pink #F97BC1
Tints of Persian Pink #F97BC1
RGB
CMYK
RGB Variations
Color information
#F97BC1 (or 0xF97BC1) is known color: Persian Pink. HEX triplet: F9, 7B and C1. RGB value is (249,123,193). Sum of RGB (Red+Green+Blue) = 249+123+193=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BC1 is #06843E. Grayscale: #A8A8A8. Windows color (decimal): -427071 or 12680185. OLE color: 12680185.
HSL color Cylindrical-coordinate representation of color #F97BC1: hue angle of 326.67º 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 #F97BC1 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 193 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.02 |
| HSL | 326.67º | 0.91% | 0.73% | - |
| HSV(B) | 326.67º | 0.51% | 0.98% | - |
| XYZ | 55.78 | 38.16 | 54.88 | - |
| YUV | 168.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 193 | 0 | 0.51 | 0.22 | 0.02 | 326.67 | 0.91 | 0.73 |
| Hex | F9 | 7B | C1 | 0 | 33 | 16 | 2 | 147 | 5B | 49 |
| Octal | 371 | 173 | 301 | 0 | 63 | 26 | 2 | 507 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11000001 | 0 | 110011 | 10110 | 10 | 101000111 | 1011011 | 1001001 |
Color Harmonies of #F97BC1
Complementary color
Monochromatic Colors of #F97BC1
Black with #F97BC1
Text Example
Text Example
White with #F97BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BC1; }
p { color: rgb(249,123,193); }
H1.HeaderClassName
{
color: #F97BC1;
}
.AnyTagClassName
{
color: #F97BC1;
}
</style>
background-color css
<style>
a { background-color: #F97BC1; }
a { background-color: rgb(249,123,193); }
div.DivClassName
{
background-color: #F97BC1;
}
.BgClassName
{
background-color: #F97BC1;
}
</style>
border-color css
<style>
span { border-color: #F97BC1; }
span { border-color: rgb(249,123,193); }
td.TdClassName
{
border-color: #F97BC1;
}
.TagClassName
{
border-color: #F97BC1;
}
</style>