#F28471

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

Shades of Salmon #F28471

Tints of Salmon #F28471

Color information

#F28471 (or 0xF28471) is unknown color: approx Salmon. HEX triplet: F2, 84 and 71. RGB value is (242,132,113). Sum of RGB (Red+Green+Blue) = 242+132+113=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F28471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28471 is #0D7B8E. Grayscale: #A2A2A2. Windows color (decimal): -883599 or 7439602. OLE color: 7439602.

HSL color Cylindrical-coordinate representation of color #F28471: hue angle of 8.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F28471 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242132113-
CMYK00.450.530.05
HSL8.84º83.23%69.61%-
HSV(B)8.84º53.31%94.9%-
XYZ47.8536.5720.16-
YUV162.7299.94184.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=49.69%
G=27.10%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213211300.450.530.058.8483.2369.61
HexF2847102D35595346
Octal36220416105565511123106
Binary111100101000010011100010101101110101101100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28471; }

 p { color: rgb(242,132,113); }

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

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

 a { background-color: rgb(242,132,113); }

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

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

 span { border-color: rgb(242,132,113); }

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