Shades of Persian Pink #F58BB6
Tints of Persian Pink #F58BB6
RGB
CMYK
RGB Variations
Color information
#F58BB6 (or 0xF58BB6) is known color: Persian Pink. HEX triplet: F5, 8B and B6. RGB value is (245,139,182). Sum of RGB (Red+Green+Blue) = 245+139+182=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BB6 is #0A7449. Grayscale: #AFAFAF. Windows color (decimal): -685130 or 11963381. OLE color: 11963381.
HSL color Cylindrical-coordinate representation of color #F58BB6: hue angle of 335.66º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58BB6 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 182 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.04 |
| HSL | 335.66º | 0.84% | 0.75% | - |
| HSV(B) | 335.66º | 0.43% | 0.96% | - |
| XYZ | 55.33 | 41.26 | 49.3 | - |
| YUV | 175.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 182 | 0 | 0.43 | 0.26 | 0.04 | 335.66 | 0.84 | 0.75 |
| Hex | F5 | 8B | B6 | 0 | 2B | 1A | 4 | 150 | 54 | 4B |
| Octal | 365 | 213 | 266 | 0 | 53 | 32 | 4 | 520 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10110110 | 0 | 101011 | 11010 | 100 | 101010000 | 1010100 | 1001011 |
Color Harmonies of #F58BB6
Complementary color
Monochromatic Colors of #F58BB6
Black with #F58BB6
Text Example
Text Example
White with #F58BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BB6; }
p { color: rgb(245,139,182); }
H1.HeaderClassName
{
color: #F58BB6;
}
.AnyTagClassName
{
color: #F58BB6;
}
</style>
background-color css
<style>
a { background-color: #F58BB6; }
a { background-color: rgb(245,139,182); }
div.DivClassName
{
background-color: #F58BB6;
}
.BgClassName
{
background-color: #F58BB6;
}
</style>
border-color css
<style>
span { border-color: #F58BB6; }
span { border-color: rgb(245,139,182); }
td.TdClassName
{
border-color: #F58BB6;
}
.TagClassName
{
border-color: #F58BB6;
}
</style>