Html Css Color HEX #F68578 Salmon

📋 copy color: '#F68578'

red 246 ◦ green 133 ◦ blue 120

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

Shades of Salmon #F68578

Tints of Salmon #F68578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 49.3%
G = 26.65%
B = 24.05%

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

#F68578 (or 0xF68578) is known color: Salmon. HEX triplet: F6, 85 and 78. RGB value is (246,133,120). Sum of RGB (Red+Green+Blue) = 246+133+120=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F68578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68578 is #097A87. Grayscale: #A5A5A5. Windows color (decimal): -621192 or 7898614. OLE color: 7898614.

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

Color convert

RGB 246 133 120 -
CMYK 0 0.46 0.51 0.04
HSL 6.19º 0.88% 0.72% -
HSV(B) 6.19º 0.51% 0.96% -
XYZ 49.78 37.72 22.43 -
YUV 165.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 246 133 120 0 0.46 0.51 0.04 6.19 0.88 0.72
Hex F6 85 78 0 2E 33 4 6 58 48
Octal 366 205 170 0 56 63 4 6 130 110
Binary 11110110 10000101 1111000 0 101110 110011 100 110 1011000 1001000

Color Harmonies of #F68578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68578

Black with #F68578

Text Example


Text Example

White with #F68578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68578; }

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

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

background-color css

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

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

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

border-color css

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

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

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