Shades of Persian Pink #F288B9
Tints of Persian Pink #F288B9
RGB
CMYK
RGB Variations
Color information
#F288B9 (or 0xF288B9) is known color: Persian Pink. HEX triplet: F2, 88 and B9. RGB value is (242,136,185). Sum of RGB (Red+Green+Blue) = 242+136+185=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F288B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288B9 is #0D7746. Grayscale: #ADADAD. Windows color (decimal): -882503 or 12159218. OLE color: 12159218.
HSL color Cylindrical-coordinate representation of color #F288B9: hue angle of 332.26º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288B9 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 185 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.05 |
| HSL | 332.26º | 0.8% | 0.74% | - |
| HSV(B) | 332.26º | 0.44% | 0.95% | - |
| XYZ | 54.18 | 39.99 | 50.76 | - |
| YUV | 173.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 185 | 0 | 0.44 | 0.24 | 0.05 | 332.26 | 0.8 | 0.74 |
| Hex | F2 | 88 | B9 | 0 | 2C | 18 | 5 | 14C | 50 | 4A |
| Octal | 362 | 210 | 271 | 0 | 54 | 30 | 5 | 514 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10111001 | 0 | 101100 | 11000 | 101 | 101001100 | 1010000 | 1001010 |
Color Harmonies of #F288B9
Complementary color
Monochromatic Colors of #F288B9
Black with #F288B9
Text Example
Text Example
White with #F288B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288B9; }
p { color: rgb(242,136,185); }
H1.HeaderClassName
{
color: #F288B9;
}
.AnyTagClassName
{
color: #F288B9;
}
</style>
background-color css
<style>
a { background-color: #F288B9; }
a { background-color: rgb(242,136,185); }
div.DivClassName
{
background-color: #F288B9;
}
.BgClassName
{
background-color: #F288B9;
}
</style>
border-color css
<style>
span { border-color: #F288B9; }
span { border-color: rgb(242,136,185); }
td.TdClassName
{
border-color: #F288B9;
}
.TagClassName
{
border-color: #F288B9;
}
</style>