Html Css Color HEX #F68774 Salmon

📋 copy color: '#F68774'

red 246 ◦ green 135 ◦ blue 116

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

Shades of Salmon #F68774

Tints of Salmon #F68774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 49.5%
G = 27.16%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68774 (or 0xF68774) is known color: Salmon. HEX triplet: F6, 87 and 74. RGB value is (246,135,116). Sum of RGB (Red+Green+Blue) = 246+135+116=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68774 is #09788B. Grayscale: #A6A6A6. Windows color (decimal): -620684 or 7636982. OLE color: 7636982.

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

Color convert

RGB 246 135 116 -
CMYK 0 0.45 0.53 0.04
HSL 8.77º 0.88% 0.71% -
HSV(B) 8.77º 0.53% 0.96% -
XYZ 49.82 38.18 21.27 -
YUV 166.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 246 135 116 0 0.45 0.53 0.04 8.77 0.88 0.71
Hex F6 87 74 0 2D 35 4 9 58 47
Octal 366 207 164 0 55 65 4 11 130 107
Binary 11110110 10000111 1110100 0 101101 110101 100 1001 1011000 1000111

Color Harmonies of #F68774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68774

Black with #F68774

Text Example


Text Example

White with #F68774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68774; }

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

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

background-color css

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

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

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

border-color css

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

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

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