#FA7ABA

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

Shades of Persian Pink #FA7ABA

Tints of Persian Pink #FA7ABA

Color information

#FA7ABA (or 0xFA7ABA) is unknown color: approx Persian Pink. HEX triplet: FA, 7A and BA. RGB value is (250,122,186). Sum of RGB (Red+Green+Blue) = 250+122+186=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ABA is #058545. Grayscale: #A7A7A7. Windows color (decimal): -361798 or 12221178. OLE color: 12221178.

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

Color convert

RGB250122186-
CMYK00.510.260.02
HSL330º92.75%72.94%-
HSV(B)330º51.2%98.04%-
XYZ55.2537.7950.84-
YUV167.57138.41186.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=44.80%
G=21.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012218600.510.260.0233092.7572.94
HexFA7ABA0331A214a5d49
Octal372172272063322512135111
Binary111110101111010101110100110011110101010100101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7ABA; }

 p { color: rgb(250,122,186); }

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

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

 a { background-color: rgb(250,122,186); }

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

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

 span { border-color: rgb(250,122,186); }

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