Html Css Color HEX #F48168 Salmon

📋 copy color: '#F48168'

red 244 ◦ green 129 ◦ blue 104

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

Shades of Salmon #F48168

Tints of Salmon #F48168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 51.15%
G = 27.04%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F48168 (or 0xF48168) is known color: Salmon. HEX triplet: F4, 81 and 68. RGB value is (244,129,104). Sum of RGB (Red+Green+Blue) = 244+129+104=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F48168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48168 is #0B7E97. Grayscale: #A0A0A0. Windows color (decimal): -753304 or 6849012. OLE color: 6849012.

HSL color Cylindrical-coordinate representation of color #F48168: hue angle of 10.71º 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 #F48168 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 129 104 -
CMYK 0 0.47 0.57 0.04
HSL 10.71º 0.86% 0.68% -
HSV(B) 10.71º 0.57% 0.96% -
XYZ 47.66 35.93 17.52 -
YUV 160.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 244 129 104 0 0.47 0.57 0.04 10.71 0.86 0.68
Hex F4 81 68 0 2F 39 4 B 56 44
Octal 364 201 150 0 57 71 4 13 126 104
Binary 11110100 10000001 1101000 0 101111 111001 100 1011 1010110 1000100

Color Harmonies of #F48168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48168

Black with #F48168

Text Example


Text Example

White with #F48168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48168; }

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

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

background-color css

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

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

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

border-color css

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

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

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