#F28775

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

Shades of Salmon #F28775

Tints of Salmon #F28775

Color information

#F28775 (or 0xF28775) is unknown color: approx Salmon. HEX triplet: F2, 87 and 75. RGB value is (242,135,117). Sum of RGB (Red+Green+Blue) = 242+135+117=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F28775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28775 is #0D788A. Grayscale: #A5A5A5. Windows color (decimal): -882827 or 7702514. OLE color: 7702514.

HSL color Cylindrical-coordinate representation of color #F28775: hue angle of 8.64º 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 #F28775 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242135117-
CMYK00.440.520.05
HSL8.64º82.78%70.39%-
HSV(B)8.64º51.65%94.9%-
XYZ48.4937.4921.51-
YUV164.94100.95182.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=48.99%
G=27.33%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213511700.440.520.058.6482.7870.39
HexF2877502C34595346
Octal36220716505464511123106
Binary111100101000011111101010101100110100101100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28775; }

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

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

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

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

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

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

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

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