Shades of Persian Pink #F783B6
Tints of Persian Pink #F783B6
RGB
CMYK
RGB Variations
Color information
#F783B6 (or 0xF783B6) is known color: Persian Pink. HEX triplet: F7, 83 and B6. RGB value is (247,131,182). Sum of RGB (Red+Green+Blue) = 247+131+182=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F783B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F783B6 is #087C49. Grayscale: #ABABAB. Windows color (decimal): -556106 or 11961335. OLE color: 11961335.
HSL color Cylindrical-coordinate representation of color #F783B6: hue angle of 333.62º 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 #F783B6 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 182 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.03 |
| HSL | 333.62º | 0.88% | 0.74% | - |
| HSV(B) | 333.62º | 0.47% | 0.97% | - |
| XYZ | 54.92 | 39.38 | 48.96 | - |
| YUV | 171.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 182 | 0 | 0.47 | 0.26 | 0.03 | 333.62 | 0.88 | 0.74 |
| Hex | F7 | 83 | B6 | 0 | 2F | 1A | 3 | 14E | 58 | 4A |
| Octal | 367 | 203 | 266 | 0 | 57 | 32 | 3 | 516 | 130 | 112 |
| Binary | 11110111 | 10000011 | 10110110 | 0 | 101111 | 11010 | 11 | 101001110 | 1011000 | 1001010 |
Color Harmonies of #F783B6
Complementary color
Monochromatic Colors of #F783B6
Black with #F783B6
Text Example
Text Example
White with #F783B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F783B6; }
p { color: rgb(247,131,182); }
H1.HeaderClassName
{
color: #F783B6;
}
.AnyTagClassName
{
color: #F783B6;
}
</style>
background-color css
<style>
a { background-color: #F783B6; }
a { background-color: rgb(247,131,182); }
div.DivClassName
{
background-color: #F783B6;
}
.BgClassName
{
background-color: #F783B6;
}
</style>
border-color css
<style>
span { border-color: #F783B6; }
span { border-color: rgb(247,131,182); }
td.TdClassName
{
border-color: #F783B6;
}
.TagClassName
{
border-color: #F783B6;
}
</style>