Html Css Color HEX #F69E7A Light Salmon

📋 copy color: '#F69E7A'

red 246 ◦ green 158 ◦ blue 122

#F69E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #F69E7A

Tints of Light Salmon #F69E7A

RGB

 RED value IS 246 (96.48% from 255) = 46.77%

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 122 (48.05% from 255) = 23.19%

R = 46.77%
G = 30.04%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F69E7A (or 0xF69E7A) is known color: Light Salmon. HEX triplet: F6, 9E and 7A. RGB value is (246,158,122). Sum of RGB (Red+Green+Blue) = 246+158+122=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E7A is #096185. Grayscale: #B4B4B4. Windows color (decimal): -614790 or 8036086. OLE color: 8036086.

HSL color Cylindrical-coordinate representation of color #F69E7A: hue angle of 17.42º 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 #F69E7A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 122 -
CMYK 0 0.36 0.50 0.04
HSL 17.42º 0.87% 0.72% -
HSV(B) 17.42º 0.5% 0.96% -
XYZ 53.75 45.45 24.35 -
YUV 180.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 246 158 122 0 0.36 0.50 0.04 17.42 0.87 0.72
Hex F6 9E 7A 0 24 32 4 11 57 48
Octal 366 236 172 0 44 62 4 21 127 110
Binary 11110110 10011110 1111010 0 100100 110010 100 10001 1010111 1001000

Color Harmonies of #F69E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69E7A

Black with #F69E7A

Text Example


Text Example

White with #F69E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69E7A; }

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

 H1.HeaderClassName
 {
   color: #F69E7A;
 }
 .AnyTagClassName
 {
   color: #F69E7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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