#F28F71

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

Shades of Dark Salmon #F28F71

Tints of Dark Salmon #F28F71

Color information

#F28F71 (or 0xF28F71) is unknown color: approx Dark Salmon. HEX triplet: F2, 8F and 71. RGB value is (242,143,113). Sum of RGB (Red+Green+Blue) = 242+143+113=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F71 is #0D708E. Grayscale: #A9A9A9. Windows color (decimal): -880783 or 7442418. OLE color: 7442418.

HSL color Cylindrical-coordinate representation of color #F28F71: hue angle of 13.95º 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 #F28F71 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242143113-
CMYK00.410.530.05
HSL13.95º83.23%69.61%-
HSV(B)13.95º53.31%94.9%-
XYZ49.4239.7120.68-
YUV169.1896.3179.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.59%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=48.59%
G=28.71%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214311300.410.530.0513.9583.2369.61
HexF28F71029355e5346
Octal36221716105165516123106
Binary111100101000111111100010101001110101101111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F71; }

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

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

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

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

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

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

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

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