Shades of Persian Pink #F288B7
Tints of Persian Pink #F288B7
RGB
CMYK
RGB Variations
Color information
#F288B7 (or 0xF288B7) is known color: Persian Pink. HEX triplet: F2, 88 and B7. RGB value is (242,136,183). Sum of RGB (Red+Green+Blue) = 242+136+183=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F288B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288B7 is #0D7748. Grayscale: #ACACAC. Windows color (decimal): -882505 or 12028146. OLE color: 12028146.
HSL color Cylindrical-coordinate representation of color #F288B7: hue angle of 333.4º 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 #F288B7 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 183 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.05 |
| HSL | 333.4º | 0.8% | 0.74% | - |
| HSV(B) | 333.4º | 0.44% | 0.95% | - |
| XYZ | 53.97 | 39.9 | 49.66 | - |
| YUV | 173.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 183 | 0 | 0.44 | 0.24 | 0.05 | 333.4 | 0.8 | 0.74 |
| Hex | F2 | 88 | B7 | 0 | 2C | 18 | 5 | 14D | 50 | 4A |
| Octal | 362 | 210 | 267 | 0 | 54 | 30 | 5 | 515 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10110111 | 0 | 101100 | 11000 | 101 | 101001101 | 1010000 | 1001010 |
Color Harmonies of #F288B7
Complementary color
Monochromatic Colors of #F288B7
Black with #F288B7
Text Example
Text Example
White with #F288B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288B7; }
p { color: rgb(242,136,183); }
H1.HeaderClassName
{
color: #F288B7;
}
.AnyTagClassName
{
color: #F288B7;
}
</style>
background-color css
<style>
a { background-color: #F288B7; }
a { background-color: rgb(242,136,183); }
div.DivClassName
{
background-color: #F288B7;
}
.BgClassName
{
background-color: #F288B7;
}
</style>
border-color css
<style>
span { border-color: #F288B7; }
span { border-color: rgb(242,136,183); }
td.TdClassName
{
border-color: #F288B7;
}
.TagClassName
{
border-color: #F288B7;
}
</style>