Html Css Color HEX #F68770 Salmon

📋 copy color: '#F68770'

red 246 ◦ green 135 ◦ blue 112

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

Shades of Salmon #F68770

Tints of Salmon #F68770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.38%

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 49.9%
G = 27.38%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F68770 (or 0xF68770) is known color: Salmon. HEX triplet: F6, 87 and 70. RGB value is (246,135,112). Sum of RGB (Red+Green+Blue) = 246+135+112=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F68770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68770 is #09788F. Grayscale: #A5A5A5. Windows color (decimal): -620688 or 7374838. OLE color: 7374838.

HSL color Cylindrical-coordinate representation of color #F68770: hue angle of 10.3º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68770 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 135 112 -
CMYK 0 0.45 0.54 0.04
HSL 10.3º 0.88% 0.7% -
HSV(B) 10.3º 0.54% 0.96% -
XYZ 49.59 38.09 20.07 -
YUV 165.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 246 135 112 0 0.45 0.54 0.04 10.3 0.88 0.7
Hex F6 87 70 0 2D 36 4 A 58 46
Octal 366 207 160 0 55 66 4 12 130 106
Binary 11110110 10000111 1110000 0 101101 110110 100 1010 1011000 1000110

Color Harmonies of #F68770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68770

Black with #F68770

Text Example


Text Example

White with #F68770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68770; }

 p { color: rgb(246,135,112); }

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

background-color css

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

 a { background-color: rgb(246,135,112); }

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

border-color css

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

 span { border-color: rgb(246,135,112); }

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