Html Css Color HEX #F67977 Salmon

📋 copy color: '#F67977'

red 246 ◦ green 121 ◦ blue 119

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

Shades of Salmon #F67977

Tints of Salmon #F67977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.9%

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 50.62%
G = 24.9%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F67977 (or 0xF67977) is known color: Salmon. HEX triplet: F6, 79 and 77. RGB value is (246,121,119). Sum of RGB (Red+Green+Blue) = 246+121+119=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F67977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67977 is #098688. Grayscale: #9E9E9E. Windows color (decimal): -624265 or 7830006. OLE color: 7830006.

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

Color convert

RGB 246 121 119 -
CMYK 0 0.51 0.52 0.04
HSL 0.94º 0.88% 0.72% -
HSV(B) 0.94º 0.52% 0.96% -
XYZ 48.17 34.6 21.59 -
YUV 158.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 246 121 119 0 0.51 0.52 0.04 0.94 0.88 0.72
Hex F6 79 77 0 33 34 4 1 58 48
Octal 366 171 167 0 63 64 4 1 130 110
Binary 11110110 1111001 1110111 0 110011 110100 100 1 1011000 1001000

Color Harmonies of #F67977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67977

Black with #F67977

Text Example


Text Example

White with #F67977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67977; }

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

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

background-color css

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

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

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

border-color css

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

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

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