#F08F70

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

Shades of Dark Salmon #F08F70

Tints of Dark Salmon #F08F70

Color information

#F08F70 (or 0xF08F70) is unknown color: approx Dark Salmon. HEX triplet: F0, 8F and 70. RGB value is (240,143,112). Sum of RGB (Red+Green+Blue) = 240+143+112=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F70 is #0F708F. Grayscale: #A8A8A8. Windows color (decimal): -1011856 or 7376880. OLE color: 7376880.

HSL color Cylindrical-coordinate representation of color #F08F70: hue angle of 14.53º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F08F70 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240143112-
CMYK00.400.530.06
HSL14.53º81.01%69.02%-
HSV(B)14.53º53.33%94.12%-
XYZ48.6839.3420.36-
YUV168.4796.14179.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=48.48%
G=28.89%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014311200.400.530.0614.5381.0169.02
HexF08F70028356f5145
Octal36021716005065617121105
Binary111100001000111111100000101000110101110111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08F70; }

 p { color: rgb(240,143,112); }

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

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

 a { background-color: rgb(240,143,112); }

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

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

 span { border-color: rgb(240,143,112); }

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