Html Css Color HEX #F4746C Salmon

📋 copy color: '#F4746C'

red 244 ◦ green 116 ◦ blue 108

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

Shades of Salmon #F4746C

Tints of Salmon #F4746C

RGB

 RED value IS 244 (95.7% from 255) = 52.14%

 GREEN value IS 116 (45.7% from 255) = 24.79%

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 52.14%
G = 24.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4746C (or 0xF4746C) is known color: Salmon. HEX triplet: F4, 74 and 6C. RGB value is (244,116,108). Sum of RGB (Red+Green+Blue) = 244+116+108=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4746C is #0B8B93. Grayscale: #999999. Windows color (decimal): -756628 or 7107828. OLE color: 7107828.

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

Color convert

RGB 244 116 108 -
CMYK 0 0.52 0.56 0.04
HSL 3.53º 0.86% 0.69% -
HSV(B) 3.53º 0.56% 0.96% -
XYZ 46.26 32.81 18.08 -
YUV 153.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 244 116 108 0 0.52 0.56 0.04 3.53 0.86 0.69
Hex F4 74 6C 0 34 38 4 4 56 45
Octal 364 164 154 0 64 70 4 4 126 105
Binary 11110100 1110100 1101100 0 110100 111000 100 100 1010110 1000101

Color Harmonies of #F4746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4746C

Black with #F4746C

Text Example


Text Example

White with #F4746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4746C; }

 p { color: rgb(244,116,108); }

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

background-color css

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

 a { background-color: rgb(244,116,108); }

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

border-color css

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

 span { border-color: rgb(244,116,108); }

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