#F4987B

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

Shades of Dark Salmon #F4987B

Tints of Dark Salmon #F4987B

Color information

#F4987B (or 0xF4987B) is unknown color: approx Dark Salmon. HEX triplet: F4, 98 and 7B. RGB value is (244,152,123). Sum of RGB (Red+Green+Blue) = 244+152+123=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4987B is #0B6784. Grayscale: #B0B0B0. Windows color (decimal): -747397 or 8100084. OLE color: 8100084.

HSL color Cylindrical-coordinate representation of color #F4987B: hue angle of 14.38º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4987B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB244152123-
CMYK00.380.500.04
HSL14.38º84.62%71.96%-
HSV(B)14.38º49.59%95.69%-
XYZ52.1143.1224.32-
YUV176.297.98176.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 123 (48.44% from 255) = 23.70%
R=47.01%
G=29.29%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415212300.380.500.0414.3884.6271.96
HexF4987B026324e5548
Octal36423017304662416125110
Binary111101001001100011110110100110110010100111010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4987B; }

 p { color: rgb(244,152,123); }

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

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

 a { background-color: rgb(244,152,123); }

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

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

 span { border-color: rgb(244,152,123); }

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