#F77FBE

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

Shades of Persian Pink #F77FBE

Tints of Persian Pink #F77FBE

Color information

#F77FBE (or 0xF77FBE) is unknown color: approx Persian Pink. HEX triplet: F7, 7F and BE. RGB value is (247,127,190). Sum of RGB (Red+Green+Blue) = 247+127+190=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FBE is #088041. Grayscale: #A9A9A9. Windows color (decimal): -557122 or 12484599. OLE color: 12484599.

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

Color convert

RGB247127190-
CMYK00.490.230.03
HSL328.5º88.24%73.33%-
HSV(B)328.5º48.58%96.86%-
XYZ55.2438.6753.27-
YUV170.06139.26182.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.79%
GREEN value IS 127 (50% from 255) = 22.52%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=43.79%
G=22.52%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712719000.490.230.03328.588.2473.33
HexF77FBE0311731485849
Octal367177276061273510130111
Binary111101111111111101111100110001101111110100100010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77FBE; }

 p { color: rgb(247,127,190); }

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

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

 a { background-color: rgb(247,127,190); }

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

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

 span { border-color: rgb(247,127,190); }

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