Shades of Persian Pink #F583BC
Tints of Persian Pink #F583BC
RGB
CMYK
RGB Variations
Color information
#F583BC (or 0xF583BC) is known color: Persian Pink. HEX triplet: F5, 83 and BC. RGB value is (245,131,188). Sum of RGB (Red+Green+Blue) = 245+131+188=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F583BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583BC is #0A7C43. Grayscale: #ABABAB. Windows color (decimal): -687172 or 12354549. OLE color: 12354549.
HSL color Cylindrical-coordinate representation of color #F583BC: hue angle of 330º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583BC is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 188 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.04 |
| HSL | 330º | 0.85% | 0.74% | - |
| HSV(B) | 330º | 0.47% | 0.96% | - |
| XYZ | 54.85 | 39.28 | 52.27 | - |
| YUV | 171.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 188 | 0 | 0.47 | 0.23 | 0.04 | 330 | 0.85 | 0.74 |
| Hex | F5 | 83 | BC | 0 | 2F | 17 | 4 | 14A | 55 | 4A |
| Octal | 365 | 203 | 274 | 0 | 57 | 27 | 4 | 512 | 125 | 112 |
| Binary | 11110101 | 10000011 | 10111100 | 0 | 101111 | 10111 | 100 | 101001010 | 1010101 | 1001010 |
Color Harmonies of #F583BC
Complementary color
Monochromatic Colors of #F583BC
Black with #F583BC
Text Example
Text Example
White with #F583BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583BC; }
p { color: rgb(245,131,188); }
H1.HeaderClassName
{
color: #F583BC;
}
.AnyTagClassName
{
color: #F583BC;
}
</style>
background-color css
<style>
a { background-color: #F583BC; }
a { background-color: rgb(245,131,188); }
div.DivClassName
{
background-color: #F583BC;
}
.BgClassName
{
background-color: #F583BC;
}
</style>
border-color css
<style>
span { border-color: #F583BC; }
span { border-color: rgb(245,131,188); }
td.TdClassName
{
border-color: #F583BC;
}
.TagClassName
{
border-color: #F583BC;
}
</style>