#F28E7B

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

Shades of Dark Salmon #F28E7B

Tints of Dark Salmon #F28E7B

Color information

#F28E7B (or 0xF28E7B) is unknown color: approx Dark Salmon. HEX triplet: F2, 8E and 7B. RGB value is (242,142,123). Sum of RGB (Red+Green+Blue) = 242+142+123=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E7B is #0D7184. Grayscale: #A9A9A9. Windows color (decimal): -881029 or 8097522. OLE color: 8097522.

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

Color convert

RGB242142123-
CMYK00.410.490.05
HSL9.58º82.07%71.57%-
HSV(B)9.58º49.17%94.9%-
XYZ49.8739.6523.76-
YUV169.73101.63179.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.73%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=47.73%
G=28.01%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214212300.410.490.059.5882.0771.57
HexF28E7B029315a5248
Octal36221617305161512122110
Binary111100101000111011110110101001110001101101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28E7B; }

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

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

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

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

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

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

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

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