Html Css Color HEX #F68C7A Salmon

📋 copy color: '#F68C7A'

red 246 ◦ green 140 ◦ blue 122

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

Shades of Salmon #F68C7A

Tints of Salmon #F68C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 48.43%
G = 27.56%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F68C7A (or 0xF68C7A) is known color: Salmon. HEX triplet: F6, 8C and 7A. RGB value is (246,140,122). Sum of RGB (Red+Green+Blue) = 246+140+122=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C7A is #097385. Grayscale: #A9A9A9. Windows color (decimal): -619398 or 8031478. OLE color: 8031478.

HSL color Cylindrical-coordinate representation of color #F68C7A: hue angle of 8.71º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F68C7A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 140 122 -
CMYK 0 0.43 0.50 0.04
HSL 8.71º 0.87% 0.72% -
HSV(B) 8.71º 0.5% 0.96% -
XYZ 50.9 39.75 23.4 -
YUV 169.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 246 140 122 0 0.43 0.50 0.04 8.71 0.87 0.72
Hex F6 8C 7A 0 2B 32 4 9 57 48
Octal 366 214 172 0 53 62 4 11 127 110
Binary 11110110 10001100 1111010 0 101011 110010 100 1001 1010111 1001000

Color Harmonies of #F68C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C7A

Black with #F68C7A

Text Example


Text Example

White with #F68C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C7A; }

 p { color: rgb(246,140,122); }

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

background-color css

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

 a { background-color: rgb(246,140,122); }

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

border-color css

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

 span { border-color: rgb(246,140,122); }

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