#F19075

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

Shades of Dark Salmon #F19075

Tints of Dark Salmon #F19075

Color information

#F19075 (or 0xF19075) is unknown color: approx Dark Salmon. HEX triplet: F1, 90 and 75. RGB value is (241,144,117). Sum of RGB (Red+Green+Blue) = 241+144+117=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F19075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19075 is #0E6F8A. Grayscale: #AAAAAA. Windows color (decimal): -946059 or 7704817. OLE color: 7704817.

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

Color convert

RGB241144117-
CMYK00.400.510.05
HSL13.06º81.58%70.2%-
HSV(B)13.06º51.45%94.51%-
XYZ49.4639.9321.93-
YUV169.9298.14178.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=48.01%
G=28.69%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114411700.400.510.0513.0681.5870.2
HexF19075028335d5246
Octal36122016505063515122106
Binary111100011001000011101010101000110011101110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19075; }

 p { color: rgb(241,144,117); }

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

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

 a { background-color: rgb(241,144,117); }

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

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

 span { border-color: rgb(241,144,117); }

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