#f28c6c

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

Shades of Salmon #F28C6C

Tints of Salmon #F28C6C

Color information

#F28C6C (or 0xF28C6C) is unknown color: approx Salmon. HEX triplet: F2, 8C and 6C. RGB value is (242,140,108). Sum of RGB (Red+Green+Blue) = 242+140+108=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C6C is #0D7393. Grayscale: #A7A7A7. Windows color (decimal): -881556 or 7113970. OLE color: 7113970.

HSL color Cylindrical-coordinate representation of color #F28C6C: hue angle of 14.33º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F28C6C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242140108-
CMYK00.420.550.05
HSL14.33º83.75%68.63%-
HSV(B)14.33º55.37%94.9%-
XYZ48.738.7219.09-
YUV166.8594.79181.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.39%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=49.39%
G=28.57%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214010800.420.550.0514.3383.7568.63
HexF28C6C02A375e5445
Octal36221415405267516124105
Binary111100101000110011011000101010110111101111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28c6c; }

 p { color: rgb(242,140,108); }

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

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

 a { background-color: rgb(242,140,108); }

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

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

 span { border-color: rgb(242,140,108); }

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