Html Css Color HEX #F68078 Salmon

📋 copy color: '#F68078'

red 246 ◦ green 128 ◦ blue 120

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

Shades of Salmon #F68078

Tints of Salmon #F68078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 49.8%
G = 25.91%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68078 (or 0xF68078) is known color: Salmon. HEX triplet: F6, 80 and 78. RGB value is (246,128,120). Sum of RGB (Red+Green+Blue) = 246+128+120=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68078 is #097F87. Grayscale: #A2A2A2. Windows color (decimal): -622472 or 7897334. OLE color: 7897334.

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

Color convert

RGB 246 128 120 -
CMYK 0 0.48 0.51 0.04
HSL 3.81º 0.88% 0.72% -
HSV(B) 3.81º 0.51% 0.96% -
XYZ 49.12 36.39 22.2 -
YUV 162.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 246 128 120 0 0.48 0.51 0.04 3.81 0.88 0.72
Hex F6 80 78 0 30 33 4 4 58 48
Octal 366 200 170 0 60 63 4 4 130 110
Binary 11110110 10000000 1111000 0 110000 110011 100 100 1011000 1001000

Color Harmonies of #F68078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68078

Black with #F68078

Text Example


Text Example

White with #F68078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68078; }

 p { color: rgb(246,128,120); }

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

background-color css

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

 a { background-color: rgb(246,128,120); }

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

border-color css

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

 span { border-color: rgb(246,128,120); }

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