#F780BA

Color #F780BA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F780BA

Tints of Persian Pink #F780BA

Color information

#F780BA (or 0xF780BA) is unknown color: approx Persian Pink. HEX triplet: F7, 80 and BA. RGB value is (247,128,186). Sum of RGB (Red+Green+Blue) = 247+128+186=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F780BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780BA is #087F45. Grayscale: #AAAAAA. Windows color (decimal): -556870 or 12222711. OLE color: 12222711.

HSL color Cylindrical-coordinate representation of color #F780BA: hue angle of 330.76º 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 #F780BA is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247128186-
CMYK00.480.250.03
HSL330.76º88.15%73.53%-
HSV(B)330.76º48.18%96.86%-
XYZ54.9438.7651.04-
YUV170.19136.92182.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 44.03%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=44.03%
G=22.82%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712818600.480.250.03330.7688.1573.53
HexF780BA03019314b584a
Octal367200272060313513130112
Binary1111011110000000101110100110000110011110100101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780BA; }

 p { color: rgb(247,128,186); }

 H1.HeaderClassName
 {
   color: #F780BA;
 }
 .AnyTagClassName
 {
   color: #F780BA;
 }
</style>
background-color css

<style>
 a { background-color: #F780BA; }

 a { background-color: rgb(247,128,186); }

 div.DivClassName
 {
   background-color: #F780BA;
 }
 .BgClassName
 {
   background-color: #F780BA;
 }
</style>
border-color css

<style>
 span { border-color: #F780BA; }

 span { border-color: rgb(247,128,186); }

 td.TdClassName
 {
   border-color: #F780BA;
 }
 .TagClassName
 {
   border-color: #F780BA;
 }
</style>