#FA9291

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

Shades of Sweet Pink #FA9291

Tints of Sweet Pink #FA9291

Color information

#FA9291 (or 0xFA9291) is unknown color: approx Sweet Pink. HEX triplet: FA, 92 and 91. RGB value is (250,146,145). Sum of RGB (Red+Green+Blue) = 250+146+145=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9291 is #056D6E. Grayscale: #B1B1B1. Windows color (decimal): -355695 or 9540346. OLE color: 9540346.

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

Color convert

RGB250146145-
CMYK00.420.420.02
HSL0.57º91.3%77.45%-
HSV(B)0.57º42%98.04%-
XYZ54.8142.9332.18-
YUV176.98109.96180.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=46.21%
G=26.99%
B=26.80%

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
Decimal25014614500.420.420.020.5791.377.45
HexFA929102A2A215b4d
Octal3722222210525221133115
Binary111110101001001010010001010101010101010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9291; }

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

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

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

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

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

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

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

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