Html Css Color HEX #F68478 Salmon

📋 copy color: '#F68478'

red 246 ◦ green 132 ◦ blue 120

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

Shades of Salmon #F68478

Tints of Salmon #F68478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 49.4%
G = 26.51%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F68478 (or 0xF68478) is known color: Salmon. HEX triplet: F6, 84 and 78. RGB value is (246,132,120). Sum of RGB (Red+Green+Blue) = 246+132+120=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68478 is #097B87. Grayscale: #A4A4A4. Windows color (decimal): -621448 or 7898358. OLE color: 7898358.

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

Color convert

RGB 246 132 120 -
CMYK 0 0.46 0.51 0.04
HSL 5.71º 0.88% 0.72% -
HSV(B) 5.71º 0.51% 0.96% -
XYZ 49.65 37.45 22.38 -
YUV 164.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 246 132 120 0 0.46 0.51 0.04 5.71 0.88 0.72
Hex F6 84 78 0 2E 33 4 6 58 48
Octal 366 204 170 0 56 63 4 6 130 110
Binary 11110110 10000100 1111000 0 101110 110011 100 110 1011000 1001000

Color Harmonies of #F68478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68478

Black with #F68478

Text Example


Text Example

White with #F68478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68478; }

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

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

background-color css

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

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

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

border-color css

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

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

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