Shades of Persian Pink #F781BF
Tints of Persian Pink #F781BF
RGB
CMYK
RGB Variations
Color information
#F781BF (or 0xF781BF) is known color: Persian Pink. HEX triplet: F7, 81 and BF. RGB value is (247,129,191). Sum of RGB (Red+Green+Blue) = 247+129+191=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F781BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781BF is #087E40. Grayscale: #ABABAB. Windows color (decimal): -556609 or 12550647. OLE color: 12550647.
HSL color Cylindrical-coordinate representation of color #F781BF: hue angle of 328.47º 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 #F781BF is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 191 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.03 |
| HSL | 328.47º | 0.88% | 0.74% | - |
| HSV(B) | 328.47º | 0.48% | 0.97% | - |
| XYZ | 55.61 | 39.24 | 53.93 | - |
| YUV | 171.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 191 | 0 | 0.48 | 0.23 | 0.03 | 328.47 | 0.88 | 0.74 |
| Hex | F7 | 81 | BF | 0 | 30 | 17 | 3 | 148 | 58 | 4A |
| Octal | 367 | 201 | 277 | 0 | 60 | 27 | 3 | 510 | 130 | 112 |
| Binary | 11110111 | 10000001 | 10111111 | 0 | 110000 | 10111 | 11 | 101001000 | 1011000 | 1001010 |
Color Harmonies of #F781BF
Complementary color
Monochromatic Colors of #F781BF
Black with #F781BF
Text Example
Text Example
White with #F781BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781BF; }
p { color: rgb(247,129,191); }
H1.HeaderClassName
{
color: #F781BF;
}
.AnyTagClassName
{
color: #F781BF;
}
</style>
background-color css
<style>
a { background-color: #F781BF; }
a { background-color: rgb(247,129,191); }
div.DivClassName
{
background-color: #F781BF;
}
.BgClassName
{
background-color: #F781BF;
}
</style>
border-color css
<style>
span { border-color: #F781BF; }
span { border-color: rgb(247,129,191); }
td.TdClassName
{
border-color: #F781BF;
}
.TagClassName
{
border-color: #F781BF;
}
</style>