#FA9290

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

Shades of Sweet Pink #FA9290

Tints of Sweet Pink #FA9290

Color information

#FA9290 (or 0xFA9290) is unknown color: approx Sweet Pink. HEX triplet: FA, 92 and 90. RGB value is (250,146,144). Sum of RGB (Red+Green+Blue) = 250+146+144=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9290 is #056D6F. Grayscale: #B0B0B0. Windows color (decimal): -355696 or 9474810. OLE color: 9474810.

HSL color Cylindrical-coordinate representation of color #FA9290: hue angle of 1.13º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA9290 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250146144-
CMYK00.420.420.02
HSL1.13º91.38%77.25%-
HSV(B)1.13º42.4%98.04%-
XYZ54.7442.931.78-
YUV176.87109.46180.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=46.30%
G=27.04%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014614400.420.420.021.1391.3877.25
HexFA929002A2A215b4d
Octal3722222200525221133115
Binary111110101001001010010000010101010101010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9290; }

 p { color: rgb(250,146,144); }

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

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

 a { background-color: rgb(250,146,144); }

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

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

 span { border-color: rgb(250,146,144); }

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