#FA9392

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

Shades of Sweet Pink #FA9392

Tints of Sweet Pink #FA9392

Color information

#FA9392 (or 0xFA9392) is unknown color: approx Sweet Pink. HEX triplet: FA, 93 and 92. RGB value is (250,147,146). Sum of RGB (Red+Green+Blue) = 250+147+146=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9392 is #056C6D. Grayscale: #B1B1B1. Windows color (decimal): -355438 or 9606138. OLE color: 9606138.

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

Color convert

RGB250147146-
CMYK00.410.420.02
HSL0.58º91.23%77.65%-
HSV(B)0.58º41.6%98.04%-
XYZ55.0543.2732.64-
YUV177.68110.12179.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=46.04%
G=27.07%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014714600.410.420.020.5891.2377.65
HexFA93920292A215b4e
Octal3722232220515221133116
Binary111110101001001110010010010100110101010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9392; }

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

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

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

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

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

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

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

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