#F29375

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

Shades of Dark Salmon #F29375

Tints of Dark Salmon #F29375

Color information

#F29375 (or 0xF29375) is unknown color: approx Dark Salmon. HEX triplet: F2, 93 and 75. RGB value is (242,147,117). Sum of RGB (Red+Green+Blue) = 242+147+117=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29375 is #0D6C8A. Grayscale: #ACACAC. Windows color (decimal): -879755 or 7705586. OLE color: 7705586.

HSL color Cylindrical-coordinate representation of color #F29375: hue angle of 14.4º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29375 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242147117-
CMYK00.390.520.05
HSL14.4º82.78%70.39%-
HSV(B)14.4º51.65%94.9%-
XYZ50.2641.0322.1-
YUV171.9896.97177.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.83%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 117 (46.09% from 255) = 23.12%
R=47.83%
G=29.05%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214711700.390.520.0514.482.7870.39
HexF29375027345e5346
Octal36222316504764516123106
Binary111100101001001111101010100111110100101111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29375; }

 p { color: rgb(242,147,117); }

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

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

 a { background-color: rgb(242,147,117); }

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

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

 span { border-color: rgb(242,147,117); }

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