Shades of Persian Pink #F781B7
Tints of Persian Pink #F781B7
RGB
CMYK
RGB Variations
Color information
#F781B7 (or 0xF781B7) is known color: Persian Pink. HEX triplet: F7, 81 and B7. RGB value is (247,129,183). Sum of RGB (Red+Green+Blue) = 247+129+183=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F781B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781B7 is #087E48. Grayscale: #AAAAAA. Windows color (decimal): -556617 or 12026359. OLE color: 12026359.
HSL color Cylindrical-coordinate representation of color #F781B7: hue angle of 332.54º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781B7 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 183 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.03 |
| HSL | 332.54º | 0.88% | 0.74% | - |
| HSV(B) | 332.54º | 0.48% | 0.97% | - |
| XYZ | 54.76 | 38.89 | 49.42 | - |
| YUV | 170.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 183 | 0 | 0.48 | 0.26 | 0.03 | 332.54 | 0.88 | 0.74 |
| Hex | F7 | 81 | B7 | 0 | 30 | 1A | 3 | 14D | 58 | 4A |
| Octal | 367 | 201 | 267 | 0 | 60 | 32 | 3 | 515 | 130 | 112 |
| Binary | 11110111 | 10000001 | 10110111 | 0 | 110000 | 11010 | 11 | 101001101 | 1011000 | 1001010 |
Color Harmonies of #F781B7
Complementary color
Monochromatic Colors of #F781B7
Black with #F781B7
Text Example
Text Example
White with #F781B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781B7; }
p { color: rgb(247,129,183); }
H1.HeaderClassName
{
color: #F781B7;
}
.AnyTagClassName
{
color: #F781B7;
}
</style>
background-color css
<style>
a { background-color: #F781B7; }
a { background-color: rgb(247,129,183); }
div.DivClassName
{
background-color: #F781B7;
}
.BgClassName
{
background-color: #F781B7;
}
</style>
border-color css
<style>
span { border-color: #F781B7; }
span { border-color: rgb(247,129,183); }
td.TdClassName
{
border-color: #F781B7;
}
.TagClassName
{
border-color: #F781B7;
}
</style>