Html Css Color HEX #F68474 Salmon

📋 copy color: '#F68474'

red 246 ◦ green 132 ◦ blue 116

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

Shades of Salmon #F68474

Tints of Salmon #F68474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.72%

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

R = 49.8%
G = 26.72%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68474 (or 0xF68474) is known color: Salmon. HEX triplet: F6, 84 and 74. RGB value is (246,132,116). Sum of RGB (Red+Green+Blue) = 246+132+116=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68474 is #097B8B. Grayscale: #A4A4A4. Windows color (decimal): -621452 or 7636214. OLE color: 7636214.

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

Color convert

RGB 246 132 116 -
CMYK 0 0.46 0.53 0.04
HSL 7.38º 0.88% 0.71% -
HSV(B) 7.38º 0.53% 0.96% -
XYZ 49.41 37.36 21.13 -
YUV 164.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 246 132 116 0 0.46 0.53 0.04 7.38 0.88 0.71
Hex F6 84 74 0 2E 35 4 7 58 47
Octal 366 204 164 0 56 65 4 7 130 107
Binary 11110110 10000100 1110100 0 101110 110101 100 111 1011000 1000111

Color Harmonies of #F68474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68474

Black with #F68474

Text Example


Text Example

White with #F68474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68474; }

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

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

background-color css

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

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

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

border-color css

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

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

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