#F97F6A

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

Shades of Salmon #F97F6A

Tints of Salmon #F97F6A

Color information

#F97F6A (or 0xF97F6A) is unknown color: approx Salmon. HEX triplet: F9, 7F and 6A. RGB value is (249,127,106). Sum of RGB (Red+Green+Blue) = 249+127+106=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97F6A is #068095. Grayscale: #A1A1A1. Windows color (decimal): -426134 or 6979577. OLE color: 6979577.

HSL color Cylindrical-coordinate representation of color #F97F6A: hue angle of 8.81º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F97F6A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249127106-
CMYK00.490.570.02
HSL8.81º92.26%69.61%-
HSV(B)8.81º57.43%97.65%-
XYZ49.2636.3618.06-
YUV161.0896.92190.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.66%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=51.66%
G=26.35%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912710600.490.570.028.8192.2669.61
HexF97F6A03139295c46
Octal37117715206171211134106
Binary1111100111111111101010011000111100110100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97F6A; }

 p { color: rgb(249,127,106); }

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

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

 a { background-color: rgb(249,127,106); }

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

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

 span { border-color: rgb(249,127,106); }

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