Html Css Color HEX #F69D7A Light Salmon

📋 copy color: '#F69D7A'

red 246 ◦ green 157 ◦ blue 122

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

Shades of Light Salmon #F69D7A

Tints of Light Salmon #F69D7A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 46.86%
G = 29.9%
B = 23.24%

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

#F69D7A (or 0xF69D7A) is known color: Light Salmon. HEX triplet: F6, 9D and 7A. RGB value is (246,157,122). Sum of RGB (Red+Green+Blue) = 246+157+122=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D7A is #096285. Grayscale: #B3B3B3. Windows color (decimal): -615046 or 8035830. OLE color: 8035830.

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

Color convert

RGB 246 157 122 -
CMYK 0 0.36 0.50 0.04
HSL 16.94º 0.87% 0.72% -
HSV(B) 16.94º 0.5% 0.96% -
XYZ 53.58 45.11 24.3 -
YUV 179.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 246 157 122 0 0.36 0.50 0.04 16.94 0.87 0.72
Hex F6 9D 7A 0 24 32 4 11 57 48
Octal 366 235 172 0 44 62 4 21 127 110
Binary 11110110 10011101 1111010 0 100100 110010 100 10001 1010111 1001000

Color Harmonies of #F69D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D7A

Black with #F69D7A

Text Example


Text Example

White with #F69D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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