Shades of Persian Pink #F286B7
Tints of Persian Pink #F286B7
RGB
CMYK
RGB Variations
Color information
#F286B7 (or 0xF286B7) is known color: Persian Pink. HEX triplet: F2, 86 and B7. RGB value is (242,134,183). Sum of RGB (Red+Green+Blue) = 242+134+183=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F286B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286B7 is #0D7948. Grayscale: #ABABAB. Windows color (decimal): -883017 or 12027634. OLE color: 12027634.
HSL color Cylindrical-coordinate representation of color #F286B7: hue angle of 332.78º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F286B7 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 183 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.05 |
| HSL | 332.78º | 0.81% | 0.74% | - |
| HSV(B) | 332.78º | 0.45% | 0.95% | - |
| XYZ | 53.69 | 39.35 | 49.56 | - |
| YUV | 171.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 183 | 0 | 0.45 | 0.24 | 0.05 | 332.78 | 0.81 | 0.74 |
| Hex | F2 | 86 | B7 | 0 | 2D | 18 | 5 | 14D | 51 | 4A |
| Octal | 362 | 206 | 267 | 0 | 55 | 30 | 5 | 515 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10110111 | 0 | 101101 | 11000 | 101 | 101001101 | 1010001 | 1001010 |
Color Harmonies of #F286B7
Complementary color
Monochromatic Colors of #F286B7
Black with #F286B7
Text Example
Text Example
White with #F286B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286B7; }
p { color: rgb(242,134,183); }
H1.HeaderClassName
{
color: #F286B7;
}
.AnyTagClassName
{
color: #F286B7;
}
</style>
background-color css
<style>
a { background-color: #F286B7; }
a { background-color: rgb(242,134,183); }
div.DivClassName
{
background-color: #F286B7;
}
.BgClassName
{
background-color: #F286B7;
}
</style>
border-color css
<style>
span { border-color: #F286B7; }
span { border-color: rgb(242,134,183); }
td.TdClassName
{
border-color: #F286B7;
}
.TagClassName
{
border-color: #F286B7;
}
</style>