Shades of Persian Pink #F57BBE
Tints of Persian Pink #F57BBE
RGB
CMYK
RGB Variations
Color information
#F57BBE (or 0xF57BBE) is known color: Persian Pink. HEX triplet: F5, 7B and BE. RGB value is (245,123,190). Sum of RGB (Red+Green+Blue) = 245+123+190=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BBE is #0A8441. Grayscale: #A6A6A6. Windows color (decimal): -689218 or 12483573. OLE color: 12483573.
HSL color Cylindrical-coordinate representation of color #F57BBE: hue angle of 327.05º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BBE is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 190 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.04 |
| HSL | 327.05º | 0.86% | 0.72% | - |
| HSV(B) | 327.05º | 0.5% | 0.96% | - |
| XYZ | 54.03 | 37.3 | 53.07 | - |
| YUV | 167.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 190 | 0 | 0.50 | 0.22 | 0.04 | 327.05 | 0.86 | 0.72 |
| Hex | F5 | 7B | BE | 0 | 32 | 16 | 4 | 147 | 56 | 48 |
| Octal | 365 | 173 | 276 | 0 | 62 | 26 | 4 | 507 | 126 | 110 |
| Binary | 11110101 | 1111011 | 10111110 | 0 | 110010 | 10110 | 100 | 101000111 | 1010110 | 1001000 |
Color Harmonies of #F57BBE
Complementary color
Monochromatic Colors of #F57BBE
Black with #F57BBE
Text Example
Text Example
White with #F57BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57BBE; }
p { color: rgb(245,123,190); }
H1.HeaderClassName
{
color: #F57BBE;
}
.AnyTagClassName
{
color: #F57BBE;
}
</style>
background-color css
<style>
a { background-color: #F57BBE; }
a { background-color: rgb(245,123,190); }
div.DivClassName
{
background-color: #F57BBE;
}
.BgClassName
{
background-color: #F57BBE;
}
</style>
border-color css
<style>
span { border-color: #F57BBE; }
span { border-color: rgb(245,123,190); }
td.TdClassName
{
border-color: #F57BBE;
}
.TagClassName
{
border-color: #F57BBE;
}
</style>