#FA77BE

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

Shades of Persian Pink #FA77BE

Tints of Persian Pink #FA77BE

Color information

#FA77BE (or 0xFA77BE) is unknown color: approx Persian Pink. HEX triplet: FA, 77 and BE. RGB value is (250,119,190). Sum of RGB (Red+Green+Blue) = 250+119+190=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77BE is #058841. Grayscale: #A6A6A6. Windows color (decimal): -362562 or 12482554. OLE color: 12482554.

HSL color Cylindrical-coordinate representation of color #FA77BE: hue angle of 327.48º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77BE is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250119190-
CMYK00.520.240.02
HSL327.48º92.91%72.35%-
HSV(B)327.48º52.4%98.04%-
XYZ55.3237.2452.99-
YUV166.26141.4187.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=44.72%
G=21.29%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011919000.520.240.02327.4892.9172.35
HexFA77BE0341821475d48
Octal372167276064302507135110
Binary111110101110111101111100110100110001010100011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA77BE; }

 p { color: rgb(250,119,190); }

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

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

 a { background-color: rgb(250,119,190); }

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

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

 span { border-color: rgb(250,119,190); }

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