#FA75BF

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

Shades of Persian Pink #FA75BF

Tints of Persian Pink #FA75BF

Color information

#FA75BF (or 0xFA75BF) is unknown color: approx Persian Pink. HEX triplet: FA, 75 and BF. RGB value is (250,117,191). Sum of RGB (Red+Green+Blue) = 250+117+191=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75BF is #058A40. Grayscale: #A5A5A5. Windows color (decimal): -363073 or 12547578. OLE color: 12547578.

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

Color convert

RGB250117191-
CMYK00.530.240.02
HSL326.62º93.01%71.96%-
HSV(B)326.62º53.2%98.04%-
XYZ55.1936.8153.49-
YUV165.2142.56188.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 191 (75% from 255) = 34.23%
R=44.80%
G=20.97%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011719100.530.240.02326.6293.0171.96
HexFA75BF0351821475d48
Octal372165277065302507135110
Binary111110101110101101111110110101110001010100011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75BF; }

 p { color: rgb(250,117,191); }

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

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

 a { background-color: rgb(250,117,191); }

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

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

 span { border-color: rgb(250,117,191); }

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