#FA78BE

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

Shades of Persian Pink #FA78BE

Tints of Persian Pink #FA78BE

Color information

#FA78BE (or 0xFA78BE) is unknown color: approx Persian Pink. HEX triplet: FA, 78 and BE. RGB value is (250,120,190). Sum of RGB (Red+Green+Blue) = 250+120+190=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78BE is #058741. Grayscale: #A6A6A6. Windows color (decimal): -362306 or 12482810. OLE color: 12482810.

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

Color convert

RGB250120190-
CMYK00.520.240.02
HSL327.69º92.86%72.55%-
HSV(B)327.69º52%98.04%-
XYZ55.4437.4753.03-
YUV166.85141.07187.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 120 (47.27% from 255) = 21.43%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=44.64%
G=21.43%
B=33.93%

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
Decimal25012019000.520.240.02327.6992.8672.55
HexFA78BE0341821485d49
Octal372170276064302510135111
Binary111110101111000101111100110100110001010100100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA78BE; }

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

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

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

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

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

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

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

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