Html Css Color HEX #F67C78 Salmon

📋 copy color: '#F67C78'

red 246 ◦ green 124 ◦ blue 120

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

Shades of Salmon #F67C78

Tints of Salmon #F67C78

RGB

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

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

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

R = 50.2%
G = 25.31%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F67C78 (or 0xF67C78) is known color: Salmon. HEX triplet: F6, 7C and 78. RGB value is (246,124,120). Sum of RGB (Red+Green+Blue) = 246+124+120=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C78 is #098387. Grayscale: #A0A0A0. Windows color (decimal): -623496 or 7896310. OLE color: 7896310.

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

Color convert

RGB 246 124 120 -
CMYK 0 0.50 0.51 0.04
HSL 1.9º 0.88% 0.72% -
HSV(B) 1.9º 0.51% 0.96% -
XYZ 48.6 35.36 22.03 -
YUV 160.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 246 124 120 0 0.50 0.51 0.04 1.9 0.88 0.72
Hex F6 7C 78 0 32 33 4 2 58 48
Octal 366 174 170 0 62 63 4 2 130 110
Binary 11110110 1111100 1111000 0 110010 110011 100 10 1011000 1001000

Color Harmonies of #F67C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C78

Black with #F67C78

Text Example


Text Example

White with #F67C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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