#F786B4

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

Shades of Persian Pink #F786B4

Tints of Persian Pink #F786B4

Color information

#F786B4 (or 0xF786B4) is unknown color: approx Persian Pink. HEX triplet: F7, 86 and B4. RGB value is (247,134,180). Sum of RGB (Red+Green+Blue) = 247+134+180=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F786B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786B4 is #08794B. Grayscale: #ACACAC. Windows color (decimal): -555340 or 11831031. OLE color: 11831031.

HSL color Cylindrical-coordinate representation of color #F786B4: hue angle of 335.58º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786B4 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB247134180-
CMYK00.460.270.03
HSL335.58º87.6%74.71%-
HSV(B)335.58º45.75%96.86%-
XYZ55.1240.1248.02-
YUV173.03131.94180.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.03%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=44.03%
G=23.89%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713418000.460.270.03335.5887.674.71
HexF786B402E1B3150584b
Octal367206264056333520130113
Binary1111011110000110101101000101110110111110101000010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F786B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F786B4; }

 p { color: rgb(247,134,180); }

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

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

 a { background-color: rgb(247,134,180); }

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

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

 span { border-color: rgb(247,134,180); }

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