Shades of Persian Pink #F781BC
Tints of Persian Pink #F781BC
RGB
CMYK
RGB Variations
Color information
#F781BC (or 0xF781BC) is known color: Persian Pink. HEX triplet: F7, 81 and BC. RGB value is (247,129,188). Sum of RGB (Red+Green+Blue) = 247+129+188=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F781BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781BC is #087E43. Grayscale: #AAAAAA. Windows color (decimal): -556612 or 12354039. OLE color: 12354039.
HSL color Cylindrical-coordinate representation of color #F781BC: hue angle of 330º 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 #F781BC is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 188 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.03 |
| HSL | 330º | 0.88% | 0.74% | - |
| HSV(B) | 330º | 0.48% | 0.97% | - |
| XYZ | 55.29 | 39.11 | 52.21 | - |
| YUV | 171.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 188 | 0 | 0.48 | 0.24 | 0.03 | 330 | 0.88 | 0.74 |
| Hex | F7 | 81 | BC | 0 | 30 | 18 | 3 | 14A | 58 | 4A |
| Octal | 367 | 201 | 274 | 0 | 60 | 30 | 3 | 512 | 130 | 112 |
| Binary | 11110111 | 10000001 | 10111100 | 0 | 110000 | 11000 | 11 | 101001010 | 1011000 | 1001010 |
Color Harmonies of #F781BC
Complementary color
Monochromatic Colors of #F781BC
Black with #F781BC
Text Example
Text Example
White with #F781BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781BC; }
p { color: rgb(247,129,188); }
H1.HeaderClassName
{
color: #F781BC;
}
.AnyTagClassName
{
color: #F781BC;
}
</style>
background-color css
<style>
a { background-color: #F781BC; }
a { background-color: rgb(247,129,188); }
div.DivClassName
{
background-color: #F781BC;
}
.BgClassName
{
background-color: #F781BC;
}
</style>
border-color css
<style>
span { border-color: #F781BC; }
span { border-color: rgb(247,129,188); }
td.TdClassName
{
border-color: #F781BC;
}
.TagClassName
{
border-color: #F781BC;
}
</style>