#F28778

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

Shades of Salmon #F28778

Tints of Salmon #F28778

Color information

#F28778 (or 0xF28778) is unknown color: approx Salmon. HEX triplet: F2, 87 and 78. RGB value is (242,135,120). Sum of RGB (Red+Green+Blue) = 242+135+120=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28778 is #0D7887. Grayscale: #A5A5A5. Windows color (decimal): -882824 or 7899122. OLE color: 7899122.

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

Color convert

RGB242135120-
CMYK00.440.500.05
HSL7.38º82.43%70.98%-
HSV(B)7.38º50.41%94.9%-
XYZ48.6737.5622.45-
YUV165.28102.45182.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=48.69%
G=27.16%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213512000.440.500.057.3882.4370.98
HexF2877802C32575247
Octal3622071700546257122107
Binary11110010100001111111000010110011001010111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28778; }

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

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

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

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

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

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

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

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