Html Css Color HEX #F67A6E Salmon

📋 copy color: '#F67A6E'

red 246 ◦ green 122 ◦ blue 110

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

Shades of Salmon #F67A6E

Tints of Salmon #F67A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.52%

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 51.46%
G = 25.52%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F67A6E (or 0xF67A6E) is known color: Salmon. HEX triplet: F6, 7A and 6E. RGB value is (246,122,110). Sum of RGB (Red+Green+Blue) = 246+122+110=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A6E is #098591. Grayscale: #9D9D9D. Windows color (decimal): -624018 or 7240438. OLE color: 7240438.

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

Color convert

RGB 246 122 110 -
CMYK 0 0.50 0.55 0.04
HSL 5.29º 0.88% 0.7% -
HSV(B) 5.29º 0.55% 0.96% -
XYZ 47.78 34.64 18.92 -
YUV 157.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 246 122 110 0 0.50 0.55 0.04 5.29 0.88 0.7
Hex F6 7A 6E 0 32 37 4 5 58 46
Octal 366 172 156 0 62 67 4 5 130 106
Binary 11110110 1111010 1101110 0 110010 110111 100 101 1011000 1000110

Color Harmonies of #F67A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67A6E

Black with #F67A6E

Text Example


Text Example

White with #F67A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67A6E; }

 p { color: rgb(246,122,110); }

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

background-color css

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

 a { background-color: rgb(246,122,110); }

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

border-color css

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

 span { border-color: rgb(246,122,110); }

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