Shades of Persian Pink #F97BBE
Tints of Persian Pink #F97BBE
RGB
CMYK
RGB Variations
Color information
#F97BBE (or 0xF97BBE) is known color: Persian Pink. HEX triplet: F9, 7B and BE. RGB value is (249,123,190). Sum of RGB (Red+Green+Blue) = 249+123+190=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BBE is #068441. Grayscale: #A8A8A8. Windows color (decimal): -427074 or 12483577. OLE color: 12483577.
HSL color Cylindrical-coordinate representation of color #F97BBE: hue angle of 328.1º 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 #F97BBE is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 190 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.02 |
| HSL | 328.1º | 0.91% | 0.73% | - |
| HSV(B) | 328.1º | 0.51% | 0.98% | - |
| XYZ | 55.44 | 38.02 | 53.13 | - |
| YUV | 168.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 190 | 0 | 0.51 | 0.24 | 0.02 | 328.1 | 0.91 | 0.73 |
| Hex | F9 | 7B | BE | 0 | 33 | 18 | 2 | 148 | 5B | 49 |
| Octal | 371 | 173 | 276 | 0 | 63 | 30 | 2 | 510 | 133 | 111 |
| Binary | 11111001 | 1111011 | 10111110 | 0 | 110011 | 11000 | 10 | 101001000 | 1011011 | 1001001 |
Color Harmonies of #F97BBE
Complementary color
Monochromatic Colors of #F97BBE
Black with #F97BBE
Text Example
Text Example
White with #F97BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BBE; }
p { color: rgb(249,123,190); }
H1.HeaderClassName
{
color: #F97BBE;
}
.AnyTagClassName
{
color: #F97BBE;
}
</style>
background-color css
<style>
a { background-color: #F97BBE; }
a { background-color: rgb(249,123,190); }
div.DivClassName
{
background-color: #F97BBE;
}
.BgClassName
{
background-color: #F97BBE;
}
</style>
border-color css
<style>
span { border-color: #F97BBE; }
span { border-color: rgb(249,123,190); }
td.TdClassName
{
border-color: #F97BBE;
}
.TagClassName
{
border-color: #F97BBE;
}
</style>