#F28069

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

Shades of Salmon #F28069

Tints of Salmon #F28069

Color information

#F28069 (or 0xF28069) is unknown color: approx Salmon. HEX triplet: F2, 80 and 69. RGB value is (242,128,105). Sum of RGB (Red+Green+Blue) = 242+128+105=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28069 is #0D7F96. Grayscale: #9F9F9F. Windows color (decimal): -884631 or 6914290. OLE color: 6914290.

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

Color convert

RGB242128105-
CMYK00.470.570.05
HSL10.07º84.05%68.04%-
HSV(B)10.07º56.61%94.9%-
XYZ46.8935.3417.71-
YUV159.4697.27186.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=50.95%
G=26.95%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212810500.470.570.0510.0784.0568.04
HexF2806902F395a5444
Octal36220015105771512124104
Binary111100101000000011010010101111111001101101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28069; }

 p { color: rgb(242,128,105); }

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

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

 a { background-color: rgb(242,128,105); }

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

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

 span { border-color: rgb(242,128,105); }

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