#F69F7A

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

Shades of Light Salmon #F69F7A

Tints of Light Salmon #F69F7A

Color information

#F69F7A (or 0xF69F7A) is unknown color: approx Light Salmon. HEX triplet: F6, 9F and 7A. RGB value is (246,159,122). Sum of RGB (Red+Green+Blue) = 246+159+122=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69F7A is #096085. Grayscale: #B5B5B5. Windows color (decimal): -614534 or 8036342. OLE color: 8036342.

HSL color Cylindrical-coordinate representation of color #F69F7A: hue angle of 17.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F69F7A is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246159122-
CMYK00.350.500.04
HSL17.9º87.32%72.16%-
HSV(B)17.9º50.41%96.47%-
XYZ53.9245.7924.41-
YUV180.894.82174.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=46.68%
G=30.17%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615912200.350.500.0417.987.3272.16
HexF69F7A023324125748
Octal36623717204362422127110
Binary1111011010011111111101001000111100101001001010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69F7A; }

 p { color: rgb(246,159,122); }

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

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

 a { background-color: rgb(246,159,122); }

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

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

 span { border-color: rgb(246,159,122); }

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