#FA9493

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

Shades of Sweet Pink #FA9493

Tints of Sweet Pink #FA9493

Color information

#FA9493 (or 0xFA9493) is unknown color: approx Sweet Pink. HEX triplet: FA, 94 and 93. RGB value is (250,148,147). Sum of RGB (Red+Green+Blue) = 250+148+147=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9493 is #056B6C. Grayscale: #B2B2B2. Windows color (decimal): -355181 or 9671930. OLE color: 9671930.

HSL color Cylindrical-coordinate representation of color #FA9493: 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.41%. Process color model (Four color, CMYK) of #FA9493 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250148147-
CMYK00.410.410.02
HSL0.58º91.15%77.84%-
HSV(B)0.58º41.2%98.04%-
XYZ55.2843.6133.11-
YUV178.38110.29179.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=45.87%
G=27.16%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014814700.410.410.020.5891.1577.84
HexFA949302929215b4e
Octal3722242230515121133116
Binary111110101001010010010011010100110100110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9493; }

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

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

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

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

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

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

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

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