Shades of Persian Pink #F781BE
Tints of Persian Pink #F781BE
RGB
CMYK
RGB Variations
Color information
#F781BE (or 0xF781BE) is known color: Persian Pink. HEX triplet: F7, 81 and BE. RGB value is (247,129,190). Sum of RGB (Red+Green+Blue) = 247+129+190=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F781BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781BE is #087E41. Grayscale: #ABABAB. Windows color (decimal): -556610 or 12485111. OLE color: 12485111.
HSL color Cylindrical-coordinate representation of color #F781BE: hue angle of 328.98º 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 #F781BE is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 190 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.03 |
| HSL | 328.98º | 0.88% | 0.74% | - |
| HSV(B) | 328.98º | 0.48% | 0.97% | - |
| XYZ | 55.5 | 39.19 | 53.35 | - |
| YUV | 171.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 190 | 0 | 0.48 | 0.23 | 0.03 | 328.98 | 0.88 | 0.74 |
| Hex | F7 | 81 | BE | 0 | 30 | 17 | 3 | 149 | 58 | 4A |
| Octal | 367 | 201 | 276 | 0 | 60 | 27 | 3 | 511 | 130 | 112 |
| Binary | 11110111 | 10000001 | 10111110 | 0 | 110000 | 10111 | 11 | 101001001 | 1011000 | 1001010 |
Color Harmonies of #F781BE
Complementary color
Monochromatic Colors of #F781BE
Black with #F781BE
Text Example
Text Example
White with #F781BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781BE; }
p { color: rgb(247,129,190); }
H1.HeaderClassName
{
color: #F781BE;
}
.AnyTagClassName
{
color: #F781BE;
}
</style>
background-color css
<style>
a { background-color: #F781BE; }
a { background-color: rgb(247,129,190); }
div.DivClassName
{
background-color: #F781BE;
}
.BgClassName
{
background-color: #F781BE;
}
</style>
border-color css
<style>
span { border-color: #F781BE; }
span { border-color: rgb(247,129,190); }
td.TdClassName
{
border-color: #F781BE;
}
.TagClassName
{
border-color: #F781BE;
}
</style>