Html Css Color HEX #F67C68 Salmon

📋 copy color: '#F67C68'

red 246 ◦ green 124 ◦ blue 104

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

Shades of Salmon #F67C68

Tints of Salmon #F67C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.16%

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 51.9%
G = 26.16%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F67C68 (or 0xF67C68) is known color: Salmon. HEX triplet: F6, 7C and 68. RGB value is (246,124,104). Sum of RGB (Red+Green+Blue) = 246+124+104=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C68 is #098397. Grayscale: #9E9E9E. Windows color (decimal): -623512 or 6847734. OLE color: 6847734.

HSL color Cylindrical-coordinate representation of color #F67C68: hue angle of 8.45º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F67C68 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 124 104 -
CMYK 0 0.50 0.58 0.04
HSL 8.45º 0.89% 0.69% -
HSV(B) 8.45º 0.58% 0.96% -
XYZ 47.71 35.01 17.34 -
YUV 158.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 246 124 104 0 0.50 0.58 0.04 8.45 0.89 0.69
Hex F6 7C 68 0 32 3A 4 8 59 45
Octal 366 174 150 0 62 72 4 10 131 105
Binary 11110110 1111100 1101000 0 110010 111010 100 1000 1011001 1000101

Color Harmonies of #F67C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C68

Black with #F67C68

Text Example


Text Example

White with #F67C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C68; }

 p { color: rgb(246,124,104); }

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

background-color css

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

 a { background-color: rgb(246,124,104); }

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

border-color css

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

 span { border-color: rgb(246,124,104); }

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