#F19278

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

Shades of Dark Salmon #F19278

Tints of Dark Salmon #F19278

Color information

#F19278 (or 0xF19278) is unknown color: approx Dark Salmon. HEX triplet: F1, 92 and 78. RGB value is (241,146,120). Sum of RGB (Red+Green+Blue) = 241+146+120=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F19278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19278 is #0E6D87. Grayscale: #ABABAB. Windows color (decimal): -945544 or 7901937. OLE color: 7901937.

HSL color Cylindrical-coordinate representation of color #F19278: hue angle of 12.89º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F19278 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB241146120-
CMYK00.390.500.05
HSL12.89º81.21%70.78%-
HSV(B)12.89º50.21%94.51%-
XYZ49.9440.6122.98-
YUV171.4498.97177.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=47.53%
G=28.80%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114612000.390.500.0512.8981.2170.78
HexF19278027325d5147
Octal36122217004762515121107
Binary111100011001001011110000100111110010101110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19278; }

 p { color: rgb(241,146,120); }

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

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

 a { background-color: rgb(241,146,120); }

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

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

 span { border-color: rgb(241,146,120); }

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