Html Css Color HEX #F68978 Salmon

📋 copy color: '#F68978'

red 246 ◦ green 137 ◦ blue 120

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

Shades of Salmon #F68978

Tints of Salmon #F68978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.24%

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

R = 48.91%
G = 27.24%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68978 (or 0xF68978) is known color: Salmon. HEX triplet: F6, 89 and 78. RGB value is (246,137,120). Sum of RGB (Red+Green+Blue) = 246+137+120=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68978 is #097687. Grayscale: #A7A7A7. Windows color (decimal): -620168 or 7899638. OLE color: 7899638.

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

Color convert

RGB 246 137 120 -
CMYK 0 0.44 0.51 0.04
HSL 8.1º 0.88% 0.72% -
HSV(B) 8.1º 0.51% 0.96% -
XYZ 50.34 38.84 22.61 -
YUV 167.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 246 137 120 0 0.44 0.51 0.04 8.1 0.88 0.72
Hex F6 89 78 0 2C 33 4 8 58 48
Octal 366 211 170 0 54 63 4 10 130 110
Binary 11110110 10001001 1111000 0 101100 110011 100 1000 1011000 1001000

Color Harmonies of #F68978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68978

Black with #F68978

Text Example


Text Example

White with #F68978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68978; }

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

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

background-color css

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

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

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

border-color css

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

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

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