Shades of Persian Pink #F97BBB
Tints of Persian Pink #F97BBB
RGB
CMYK
RGB Variations
Color information
#F97BBB (or 0xF97BBB) is known color: Persian Pink. HEX triplet: F9, 7B and BB. RGB value is (249,123,187). Sum of RGB (Red+Green+Blue) = 249+123+187=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BBB is #068444. Grayscale: #A7A7A7. Windows color (decimal): -427077 or 12286969. OLE color: 12286969.
HSL color Cylindrical-coordinate representation of color #F97BBB: hue angle of 329.52º 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 #F97BBB is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 187 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.02 |
| HSL | 329.52º | 0.91% | 0.73% | - |
| HSV(B) | 329.52º | 0.51% | 0.98% | - |
| XYZ | 55.12 | 37.89 | 51.42 | - |
| YUV | 167.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 187 | 0 | 0.51 | 0.25 | 0.02 | 329.52 | 0.91 | 0.73 |
| Hex | F9 | 7B | BB | 0 | 33 | 19 | 2 | 14A | 5B | 49 |
| Octal | 371 | 173 | 273 | 0 | 63 | 31 | 2 | 512 | 133 | 111 |
| Binary | 11111001 | 1111011 | 10111011 | 0 | 110011 | 11001 | 10 | 101001010 | 1011011 | 1001001 |
Color Harmonies of #F97BBB
Complementary color
Monochromatic Colors of #F97BBB
Black with #F97BBB
Text Example
Text Example
White with #F97BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BBB; }
p { color: rgb(249,123,187); }
H1.HeaderClassName
{
color: #F97BBB;
}
.AnyTagClassName
{
color: #F97BBB;
}
</style>
background-color css
<style>
a { background-color: #F97BBB; }
a { background-color: rgb(249,123,187); }
div.DivClassName
{
background-color: #F97BBB;
}
.BgClassName
{
background-color: #F97BBB;
}
</style>
border-color css
<style>
span { border-color: #F97BBB; }
span { border-color: rgb(249,123,187); }
td.TdClassName
{
border-color: #F97BBB;
}
.TagClassName
{
border-color: #F97BBB;
}
</style>