Shades of Persian Pink #F486BC
Tints of Persian Pink #F486BC
RGB
CMYK
RGB Variations
Color information
#F486BC (or 0xF486BC) is known color: Persian Pink. HEX triplet: F4, 86 and BC. RGB value is (244,134,188). Sum of RGB (Red+Green+Blue) = 244+134+188=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F486BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486BC is #0B7943. Grayscale: #ACACAC. Windows color (decimal): -751940 or 12355316. OLE color: 12355316.
HSL color Cylindrical-coordinate representation of color #F486BC: hue angle of 330.55º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486BC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 188 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.04 |
| HSL | 330.55º | 0.83% | 0.74% | - |
| HSV(B) | 330.55º | 0.45% | 0.96% | - |
| XYZ | 54.91 | 39.91 | 52.39 | - |
| YUV | 173.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 188 | 0 | 0.45 | 0.23 | 0.04 | 330.55 | 0.83 | 0.74 |
| Hex | F4 | 86 | BC | 0 | 2D | 17 | 4 | 14B | 53 | 4A |
| Octal | 364 | 206 | 274 | 0 | 55 | 27 | 4 | 513 | 123 | 112 |
| Binary | 11110100 | 10000110 | 10111100 | 0 | 101101 | 10111 | 100 | 101001011 | 1010011 | 1001010 |
Color Harmonies of #F486BC
Complementary color
Monochromatic Colors of #F486BC
Black with #F486BC
Text Example
Text Example
White with #F486BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486BC; }
p { color: rgb(244,134,188); }
H1.HeaderClassName
{
color: #F486BC;
}
.AnyTagClassName
{
color: #F486BC;
}
</style>
background-color css
<style>
a { background-color: #F486BC; }
a { background-color: rgb(244,134,188); }
div.DivClassName
{
background-color: #F486BC;
}
.BgClassName
{
background-color: #F486BC;
}
</style>
border-color css
<style>
span { border-color: #F486BC; }
span { border-color: rgb(244,134,188); }
td.TdClassName
{
border-color: #F486BC;
}
.TagClassName
{
border-color: #F486BC;
}
</style>