#F28E6E

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

Shades of Dark Salmon #F28E6E

Tints of Dark Salmon #F28E6E

Color information

#F28E6E (or 0xF28E6E) is unknown color: approx Dark Salmon. HEX triplet: F2, 8E and 6E. RGB value is (242,142,110). Sum of RGB (Red+Green+Blue) = 242+142+110=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E6E is #0D7191. Grayscale: #A8A8A8. Windows color (decimal): -881042 or 7245554. OLE color: 7245554.

HSL color Cylindrical-coordinate representation of color #F28E6E: hue angle of 14.55º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F28E6E is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242142110-
CMYK00.410.550.05
HSL14.55º83.54%69.02%-
HSV(B)14.55º54.55%94.9%-
XYZ49.1139.3519.76-
YUV168.2595.13180.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 142 (55.86% from 255) = 28.74%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=48.99%
G=28.74%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214211000.410.550.0514.5583.5469.02
HexF28E6E029375f5445
Octal36221615605167517124105
Binary111100101000111011011100101001110111101111110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E6E; }

 p { color: rgb(242,142,110); }

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

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

 a { background-color: rgb(242,142,110); }

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

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

 span { border-color: rgb(242,142,110); }

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