#F98F72

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

Shades of Salmon #F98F72

Tints of Salmon #F98F72

Color information

#F98F72 (or 0xF98F72) is unknown color: approx Salmon. HEX triplet: F9, 8F and 72. RGB value is (249,143,114). Sum of RGB (Red+Green+Blue) = 249+143+114=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98F72 is #06708D. Grayscale: #ABABAB. Windows color (decimal): -422030 or 7507961. OLE color: 7507961.

HSL color Cylindrical-coordinate representation of color #F98F72: hue angle of 12.89º 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 #F98F72 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB249143114-
CMYK00.430.540.02
HSL12.89º91.84%71.18%-
HSV(B)12.89º54.22%97.65%-
XYZ51.934121.1-
YUV171.3995.62183.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=49.21%
G=28.26%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914311400.430.540.0212.8991.8471.18
HexF98F7202B362d5c47
Octal37121716205366215134107
Binary11111001100011111110010010101111011010110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98F72; }

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

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

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

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

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

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

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

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