Html Css Color HEX #F68B7A Salmon

📋 copy color: '#F68B7A'

red 246 ◦ green 139 ◦ blue 122

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

Shades of Salmon #F68B7A

Tints of Salmon #F68B7A

RGB

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

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

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

R = 48.52%
G = 27.42%
B = 24.06%

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

#F68B7A (or 0xF68B7A) is known color: Salmon. HEX triplet: F6, 8B and 7A. RGB value is (246,139,122). Sum of RGB (Red+Green+Blue) = 246+139+122=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B7A is #097485. Grayscale: #A9A9A9. Windows color (decimal): -619654 or 8031222. OLE color: 8031222.

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

Color convert

RGB 246 139 122 -
CMYK 0 0.43 0.50 0.04
HSL 8.23º 0.87% 0.72% -
HSV(B) 8.23º 0.5% 0.96% -
XYZ 50.75 39.46 23.35 -
YUV 169.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 246 139 122 0 0.43 0.50 0.04 8.23 0.87 0.72
Hex F6 8B 7A 0 2B 32 4 8 57 48
Octal 366 213 172 0 53 62 4 10 127 110
Binary 11110110 10001011 1111010 0 101011 110010 100 1000 1010111 1001000

Color Harmonies of #F68B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68B7A

Black with #F68B7A

Text Example


Text Example

White with #F68B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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