#F28B7B

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

Shades of Salmon #F28B7B

Tints of Salmon #F28B7B

Color information

#F28B7B (or 0xF28B7B) is unknown color: approx Salmon. HEX triplet: F2, 8B and 7B. RGB value is (242,139,123). Sum of RGB (Red+Green+Blue) = 242+139+123=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B7B is #0D7484. Grayscale: #A8A8A8. Windows color (decimal): -881797 or 8096754. OLE color: 8096754.

HSL color Cylindrical-coordinate representation of color #F28B7B: hue angle of 8.07º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F28B7B is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242139123-
CMYK00.430.490.05
HSL8.07º82.07%71.57%-
HSV(B)8.07º49.17%94.9%-
XYZ49.4338.7723.62-
YUV167.97102.62180.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=48.02%
G=27.58%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213912300.430.490.058.0782.0771.57
HexF28B7B02B31585248
Octal36221317305361510122110
Binary111100101000101111110110101011110001101100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28B7B; }

 p { color: rgb(242,139,123); }

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

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

 a { background-color: rgb(242,139,123); }

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

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

 span { border-color: rgb(242,139,123); }

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