#F28975

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

Shades of Salmon #F28975

Tints of Salmon #F28975

Color information

#F28975 (or 0xF28975) is unknown color: approx Salmon. HEX triplet: F2, 89 and 75. RGB value is (242,137,117). Sum of RGB (Red+Green+Blue) = 242+137+117=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F28975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28975 is #0D768A. Grayscale: #A6A6A6. Windows color (decimal): -882315 or 7703026. OLE color: 7703026.

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

Color convert

RGB242137117-
CMYK00.430.520.05
HSL9.6º82.78%70.39%-
HSV(B)9.6º51.65%94.9%-
XYZ48.7738.0521.6-
YUV166.11100.29182.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=48.79%
G=27.62%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213711700.430.520.059.682.7870.39
HexF2897502B345a5346
Octal36221116505364512123106
Binary111100101000100111101010101011110100101101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28975; }

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

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

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

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

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

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

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

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