Shades of Persian Pink #F785B4
Tints of Persian Pink #F785B4
RGB
CMYK
RGB Variations
Color information
#F785B4 (or 0xF785B4) is known color: Persian Pink. HEX triplet: F7, 85 and B4. RGB value is (247,133,180). Sum of RGB (Red+Green+Blue) = 247+133+180=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F785B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785B4 is #087A4B. Grayscale: #ACACAC. Windows color (decimal): -555596 or 11830775. OLE color: 11830775.
HSL color Cylindrical-coordinate representation of color #F785B4: hue angle of 335.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785B4 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 180 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.03 |
| HSL | 335.26º | 0.88% | 0.75% | - |
| HSV(B) | 335.26º | 0.46% | 0.97% | - |
| XYZ | 54.98 | 39.84 | 47.97 | - |
| YUV | 172.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 180 | 0 | 0.46 | 0.27 | 0.03 | 335.26 | 0.88 | 0.75 |
| Hex | F7 | 85 | B4 | 0 | 2E | 1B | 3 | 14F | 58 | 4B |
| Octal | 367 | 205 | 264 | 0 | 56 | 33 | 3 | 517 | 130 | 113 |
| Binary | 11110111 | 10000101 | 10110100 | 0 | 101110 | 11011 | 11 | 101001111 | 1011000 | 1001011 |
Color Harmonies of #F785B4
Complementary color
Monochromatic Colors of #F785B4
Black with #F785B4
Text Example
Text Example
White with #F785B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785B4; }
p { color: rgb(247,133,180); }
H1.HeaderClassName
{
color: #F785B4;
}
.AnyTagClassName
{
color: #F785B4;
}
</style>
background-color css
<style>
a { background-color: #F785B4; }
a { background-color: rgb(247,133,180); }
div.DivClassName
{
background-color: #F785B4;
}
.BgClassName
{
background-color: #F785B4;
}
</style>
border-color css
<style>
span { border-color: #F785B4; }
span { border-color: rgb(247,133,180); }
td.TdClassName
{
border-color: #F785B4;
}
.TagClassName
{
border-color: #F785B4;
}
</style>