Html Css Color HEX #F67770 Salmon

📋 copy color: '#F67770'

red 246 ◦ green 119 ◦ blue 112

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

Shades of Salmon #F67770

Tints of Salmon #F67770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.95%

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 51.57%
G = 24.95%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F67770 (or 0xF67770) is known color: Salmon. HEX triplet: F6, 77 and 70. RGB value is (246,119,112). Sum of RGB (Red+Green+Blue) = 246+119+112=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67770 is #09888F. Grayscale: #9C9C9C. Windows color (decimal): -624784 or 7370742. OLE color: 7370742.

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

Color convert

RGB 246 119 112 -
CMYK 0 0.52 0.54 0.04
HSL 3.13º 0.88% 0.7% -
HSV(B) 3.13º 0.54% 0.96% -
XYZ 47.53 33.96 19.38 -
YUV 156.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 246 119 112 0 0.52 0.54 0.04 3.13 0.88 0.7
Hex F6 77 70 0 34 36 4 3 58 46
Octal 366 167 160 0 64 66 4 3 130 106
Binary 11110110 1110111 1110000 0 110100 110110 100 11 1011000 1000110

Color Harmonies of #F67770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67770

Black with #F67770

Text Example


Text Example

White with #F67770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67770; }

 p { color: rgb(246,119,112); }

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

background-color css

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

 a { background-color: rgb(246,119,112); }

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

border-color css

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

 span { border-color: rgb(246,119,112); }

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