Html Css Color HEX #F4746F Salmon

📋 copy color: '#F4746F'

red 244 ◦ green 116 ◦ blue 111

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

Shades of Salmon #F4746F

Tints of Salmon #F4746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 51.8%
G = 24.63%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4746F (or 0xF4746F) is known color: Salmon. HEX triplet: F4, 74 and 6F. RGB value is (244,116,111). Sum of RGB (Red+Green+Blue) = 244+116+111=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F4746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4746F is #0B8B90. Grayscale: #999999. Windows color (decimal): -756625 or 7304436. OLE color: 7304436.

HSL color Cylindrical-coordinate representation of color #F4746F: hue angle of 2.26º degrees, saturation: 0.86, 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 #F4746F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 116 111 -
CMYK 0 0.52 0.55 0.04
HSL 2.26º 0.86% 0.7% -
HSV(B) 2.26º 0.55% 0.96% -
XYZ 46.42 32.87 18.94 -
YUV 153.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 244 116 111 0 0.52 0.55 0.04 2.26 0.86 0.7
Hex F4 74 6F 0 34 37 4 2 56 46
Octal 364 164 157 0 64 67 4 2 126 106
Binary 11110100 1110100 1101111 0 110100 110111 100 10 1010110 1000110

Color Harmonies of #F4746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4746F

Black with #F4746F

Text Example


Text Example

White with #F4746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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