Html Css Color HEX #F47768 Salmon

📋 copy color: '#F47768'

red 244 ◦ green 119 ◦ blue 104

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

Shades of Salmon #F47768

Tints of Salmon #F47768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 52.25%
G = 25.48%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F47768 (or 0xF47768) is known color: Salmon. HEX triplet: F4, 77 and 68. RGB value is (244,119,104). Sum of RGB (Red+Green+Blue) = 244+119+104=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F47768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47768 is #0B8897. Grayscale: #9A9A9A. Windows color (decimal): -755864 or 6846452. OLE color: 6846452.

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

Color convert

RGB 244 119 104 -
CMYK 0 0.51 0.57 0.04
HSL 6.43º 0.86% 0.68% -
HSV(B) 6.43º 0.57% 0.96% -
XYZ 46.4 33.43 17.1 -
YUV 154.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 244 119 104 0 0.51 0.57 0.04 6.43 0.86 0.68
Hex F4 77 68 0 33 39 4 6 56 44
Octal 364 167 150 0 63 71 4 6 126 104
Binary 11110100 1110111 1101000 0 110011 111001 100 110 1010110 1000100

Color Harmonies of #F47768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47768

Black with #F47768

Text Example


Text Example

White with #F47768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47768; }

 p { color: rgb(244,119,104); }

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

background-color css

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

 a { background-color: rgb(244,119,104); }

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

border-color css

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

 span { border-color: rgb(244,119,104); }

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