Shades of Persian Pink #F783B9
Tints of Persian Pink #F783B9
RGB
CMYK
RGB Variations
Color information
#F783B9 (or 0xF783B9) is known color: Persian Pink. HEX triplet: F7, 83 and B9. RGB value is (247,131,185). Sum of RGB (Red+Green+Blue) = 247+131+185=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F783B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F783B9 is #087C46. Grayscale: #ABABAB. Windows color (decimal): -556103 or 12157943. OLE color: 12157943.
HSL color Cylindrical-coordinate representation of color #F783B9: hue angle of 332.07º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F783B9 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 185 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.03 |
| HSL | 332.07º | 0.88% | 0.74% | - |
| HSV(B) | 332.07º | 0.47% | 0.97% | - |
| XYZ | 55.23 | 39.51 | 50.61 | - |
| YUV | 171.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 185 | 0 | 0.47 | 0.25 | 0.03 | 332.07 | 0.88 | 0.74 |
| Hex | F7 | 83 | B9 | 0 | 2F | 19 | 3 | 14C | 58 | 4A |
| Octal | 367 | 203 | 271 | 0 | 57 | 31 | 3 | 514 | 130 | 112 |
| Binary | 11110111 | 10000011 | 10111001 | 0 | 101111 | 11001 | 11 | 101001100 | 1011000 | 1001010 |
Color Harmonies of #F783B9
Complementary color
Monochromatic Colors of #F783B9
Black with #F783B9
Text Example
Text Example
White with #F783B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F783B9; }
p { color: rgb(247,131,185); }
H1.HeaderClassName
{
color: #F783B9;
}
.AnyTagClassName
{
color: #F783B9;
}
</style>
background-color css
<style>
a { background-color: #F783B9; }
a { background-color: rgb(247,131,185); }
div.DivClassName
{
background-color: #F783B9;
}
.BgClassName
{
background-color: #F783B9;
}
</style>
border-color css
<style>
span { border-color: #F783B9; }
span { border-color: rgb(247,131,185); }
td.TdClassName
{
border-color: #F783B9;
}
.TagClassName
{
border-color: #F783B9;
}
</style>