Html Css Color HEX #F68A7A Salmon

📋 copy color: '#F68A7A'

red 246 ◦ green 138 ◦ blue 122

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

Shades of Salmon #F68A7A

Tints of Salmon #F68A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

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

R = 48.62%
G = 27.27%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F68A7A (or 0xF68A7A) is known color: Salmon. HEX triplet: F6, 8A and 7A. RGB value is (246,138,122). Sum of RGB (Red+Green+Blue) = 246+138+122=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A7A is #097585. Grayscale: #A8A8A8. Windows color (decimal): -619910 or 8030966. OLE color: 8030966.

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

Color convert

RGB 246 138 122 -
CMYK 0 0.44 0.50 0.04
HSL 7.74º 0.87% 0.72% -
HSV(B) 7.74º 0.5% 0.96% -
XYZ 50.61 39.17 23.31 -
YUV 168.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 246 138 122 0 0.44 0.50 0.04 7.74 0.87 0.72
Hex F6 8A 7A 0 2C 32 4 8 57 48
Octal 366 212 172 0 54 62 4 10 127 110
Binary 11110110 10001010 1111010 0 101100 110010 100 1000 1010111 1001000

Color Harmonies of #F68A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A7A

Black with #F68A7A

Text Example


Text Example

White with #F68A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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