Html Css Color HEX #F68A77 Salmon

📋 copy color: '#F68A77'

red 246 ◦ green 138 ◦ blue 119

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

Shades of Salmon #F68A77

Tints of Salmon #F68A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.44%

 BLUE value IS 119 (46.88% from 255) = 23.66%

R = 48.91%
G = 27.44%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F68A77 (or 0xF68A77) is known color: Salmon. HEX triplet: F6, 8A and 77. RGB value is (246,138,119). Sum of RGB (Red+Green+Blue) = 246+138+119=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A77 is #097588. Grayscale: #A8A8A8. Windows color (decimal): -619913 or 7834358. OLE color: 7834358.

HSL color Cylindrical-coordinate representation of color #F68A77: hue angle of 8.98º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68A77 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 138 119 -
CMYK 0 0.44 0.52 0.04
HSL 8.98º 0.88% 0.72% -
HSV(B) 8.98º 0.52% 0.96% -
XYZ 50.42 39.1 22.34 -
YUV 168.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 246 138 119 0 0.44 0.52 0.04 8.98 0.88 0.72
Hex F6 8A 77 0 2C 34 4 9 58 48
Octal 366 212 167 0 54 64 4 11 130 110
Binary 11110110 10001010 1110111 0 101100 110100 100 1001 1011000 1001000

Color Harmonies of #F68A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A77

Black with #F68A77

Text Example


Text Example

White with #F68A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A77; }

 p { color: rgb(246,138,119); }

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

background-color css

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

 a { background-color: rgb(246,138,119); }

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

border-color css

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

 span { border-color: rgb(246,138,119); }

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