#FA9797

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

Shades of Sweet Pink #FA9797

Tints of Sweet Pink #FA9797

Color information

#FA9797 (or 0xFA9797) is unknown color: approx Sweet Pink. HEX triplet: FA, 97 and 97. RGB value is (250,151,151). Sum of RGB (Red+Green+Blue) = 250+151+151=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9797 is #056868. Grayscale: #B4B4B4. Windows color (decimal): -354409 or 9934842. OLE color: 9934842.

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

Color convert

RGB250151151-
CMYK00.400.400.02
HSL90.83%78.63%-
HSV(B)39.6%98.04%-
XYZ56.0844.6934.95-
YUV180.6111.3177.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=45.29%
G=27.36%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015115100.400.400.02090.8378.63
HexFA979702828205b4f
Octal3722272270505020133117
Binary111110101001011110010111010100010100010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9797; }

 p { color: rgb(250,151,151); }

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

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

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

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

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

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

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