Html Css Color HEX #F68B78 Salmon

📋 copy color: '#F68B78'

red 246 ◦ green 139 ◦ blue 120

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

Shades of Salmon #F68B78

Tints of Salmon #F68B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.52%

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

R = 48.71%
G = 27.52%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68B78 (or 0xF68B78) is known color: Salmon. HEX triplet: F6, 8B and 78. RGB value is (246,139,120). Sum of RGB (Red+Green+Blue) = 246+139+120=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B78 is #097487. Grayscale: #A9A9A9. Windows color (decimal): -619656 or 7900150. OLE color: 7900150.

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

Color convert

RGB 246 139 120 -
CMYK 0 0.43 0.51 0.04
HSL 9.05º 0.88% 0.72% -
HSV(B) 9.05º 0.51% 0.96% -
XYZ 50.63 39.41 22.71 -
YUV 168.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 246 139 120 0 0.43 0.51 0.04 9.05 0.88 0.72
Hex F6 8B 78 0 2B 33 4 9 58 48
Octal 366 213 170 0 53 63 4 11 130 110
Binary 11110110 10001011 1111000 0 101011 110011 100 1001 1011000 1001000

Color Harmonies of #F68B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68B78

Black with #F68B78

Text Example


Text Example

White with #F68B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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