Html Css Color HEX #F4756A Salmon

📋 copy color: '#F4756A'

red 244 ◦ green 117 ◦ blue 106

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

Shades of Salmon #F4756A

Tints of Salmon #F4756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 52.25%
G = 25.05%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4756A (or 0xF4756A) is known color: Salmon. HEX triplet: F4, 75 and 6A. RGB value is (244,117,106). Sum of RGB (Red+Green+Blue) = 244+117+106=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4756A is #0B8A95. Grayscale: #999999. Windows color (decimal): -756374 or 6977012. OLE color: 6977012.

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

Color convert

RGB 244 117 106 -
CMYK 0 0.52 0.57 0.04
HSL 4.78º 0.86% 0.69% -
HSV(B) 4.78º 0.57% 0.96% -
XYZ 46.27 33 17.57 -
YUV 153.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 244 117 106 0 0.52 0.57 0.04 4.78 0.86 0.69
Hex F4 75 6A 0 34 39 4 5 56 45
Octal 364 165 152 0 64 71 4 5 126 105
Binary 11110100 1110101 1101010 0 110100 111001 100 101 1010110 1000101

Color Harmonies of #F4756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4756A

Black with #F4756A

Text Example


Text Example

White with #F4756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4756A; }

 p { color: rgb(244,117,106); }

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

background-color css

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

 a { background-color: rgb(244,117,106); }

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

border-color css

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

 span { border-color: rgb(244,117,106); }

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