#F97272

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

Shades of Salmon #F97272

Tints of Salmon #F97272

Color information

#F97272 (or 0xF97272) is unknown color: approx Salmon. HEX triplet: F9, 72 and 72. RGB value is (249,114,114). Sum of RGB (Red+Green+Blue) = 249+114+114=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F97272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97272 is #068D8D. Grayscale: #9A9A9A. Windows color (decimal): -429454 or 7500537. OLE color: 7500537.

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

Color convert

RGB249114114-
CMYK00.540.540.02
HSL91.84%71.18%-
HSV(B)54.22%97.65%-
XYZ48.1233.3919.83-
YUV154.36105.23195.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.20%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=52.20%
G=23.90%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911411400.540.540.02091.8471.18
HexF9727203636205c47
Octal3711621620666620134107
Binary1111100111100101110010011011011011010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97272; }

 p { color: rgb(249,114,114); }

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

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

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

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

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

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

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