Html Css Color HEX #F68879 Salmon

📋 copy color: '#F68879'

red 246 ◦ green 136 ◦ blue 121

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

Shades of Salmon #F68879

Tints of Salmon #F68879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.04%

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 48.91%
G = 27.04%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68879 (or 0xF68879) is known color: Salmon. HEX triplet: F6, 88 and 79. RGB value is (246,136,121). Sum of RGB (Red+Green+Blue) = 246+136+121=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68879 is #097786. Grayscale: #A7A7A7. Windows color (decimal): -620423 or 7964918. OLE color: 7964918.

HSL color Cylindrical-coordinate representation of color #F68879: hue angle of 7.2º degrees, saturation: 0.87, 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 #F68879 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 136 121 -
CMYK 0 0.45 0.51 0.04
HSL 7.2º 0.87% 0.72% -
HSV(B) 7.2º 0.51% 0.96% -
XYZ 50.26 38.58 22.89 -
YUV 167.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 246 136 121 0 0.45 0.51 0.04 7.2 0.87 0.72
Hex F6 88 79 0 2D 33 4 7 57 48
Octal 366 210 171 0 55 63 4 7 127 110
Binary 11110110 10001000 1111001 0 101101 110011 100 111 1010111 1001000

Color Harmonies of #F68879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68879

Black with #F68879

Text Example


Text Example

White with #F68879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68879; }

 p { color: rgb(246,136,121); }

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

background-color css

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

 a { background-color: rgb(246,136,121); }

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

border-color css

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

 span { border-color: rgb(246,136,121); }

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