#FA78B1

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

Shades of Persian Pink #FA78B1

Tints of Persian Pink #FA78B1

Color information

#FA78B1 (or 0xFA78B1) is unknown color: approx Persian Pink. HEX triplet: FA, 78 and B1. RGB value is (250,120,177). Sum of RGB (Red+Green+Blue) = 250+120+177=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA78B1 is #05874E. Grayscale: #A5A5A5. Windows color (decimal): -362319 or 11630842. OLE color: 11630842.

HSL color Cylindrical-coordinate representation of color #FA78B1: hue angle of 333.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 #FA78B1 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB250120177-
CMYK00.520.290.02
HSL333.69º92.86%72.55%-
HSV(B)333.69º52%98.04%-
XYZ54.0836.9345.87-
YUV165.37134.57188.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=45.70%
G=21.94%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012017700.520.290.02333.6992.8672.55
HexFA78B10341D214e5d49
Octal372170261064352516135111
Binary111110101111000101100010110100111011010100111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA78B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA78B1; }

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

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

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

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

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

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

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

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