Shades of Persian Pink #F286B8
Tints of Persian Pink #F286B8
RGB
CMYK
RGB Variations
Color information
#F286B8 (or 0xF286B8) is known color: Persian Pink. HEX triplet: F2, 86 and B8. RGB value is (242,134,184). Sum of RGB (Red+Green+Blue) = 242+134+184=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F286B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286B8 is #0D7947. Grayscale: #ABABAB. Windows color (decimal): -883016 or 12093170. OLE color: 12093170.
HSL color Cylindrical-coordinate representation of color #F286B8: hue angle of 332.22º 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 #F286B8 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 184 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.05 |
| HSL | 332.22º | 0.81% | 0.74% | - |
| HSV(B) | 332.22º | 0.45% | 0.95% | - |
| XYZ | 53.79 | 39.39 | 50.11 | - |
| YUV | 171.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 184 | 0 | 0.45 | 0.24 | 0.05 | 332.22 | 0.81 | 0.74 |
| Hex | F2 | 86 | B8 | 0 | 2D | 18 | 5 | 14C | 51 | 4A |
| Octal | 362 | 206 | 270 | 0 | 55 | 30 | 5 | 514 | 121 | 112 |
| Binary | 11110010 | 10000110 | 10111000 | 0 | 101101 | 11000 | 101 | 101001100 | 1010001 | 1001010 |
Color Harmonies of #F286B8
Complementary color
Monochromatic Colors of #F286B8
Black with #F286B8
Text Example
Text Example
White with #F286B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286B8; }
p { color: rgb(242,134,184); }
H1.HeaderClassName
{
color: #F286B8;
}
.AnyTagClassName
{
color: #F286B8;
}
</style>
background-color css
<style>
a { background-color: #F286B8; }
a { background-color: rgb(242,134,184); }
div.DivClassName
{
background-color: #F286B8;
}
.BgClassName
{
background-color: #F286B8;
}
</style>
border-color css
<style>
span { border-color: #F286B8; }
span { border-color: rgb(242,134,184); }
td.TdClassName
{
border-color: #F286B8;
}
.TagClassName
{
border-color: #F286B8;
}
</style>