Html Css Color HEX #F48A6D Salmon

📋 copy color: '#F48A6D'

red 244 ◦ green 138 ◦ blue 109

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

Shades of Salmon #F48A6D

Tints of Salmon #F48A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.11%

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 49.69%
G = 28.11%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F48A6D (or 0xF48A6D) is known color: Salmon. HEX triplet: F4, 8A and 6D. RGB value is (244,138,109). Sum of RGB (Red+Green+Blue) = 244+138+109=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48A6D is #0B7592. Grayscale: #A6A6A6. Windows color (decimal): -750995 or 7178996. OLE color: 7178996.

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

Color convert

RGB 244 138 109 -
CMYK 0 0.43 0.55 0.04
HSL 12.89º 0.86% 0.69% -
HSV(B) 12.89º 0.55% 0.96% -
XYZ 49.16 38.51 19.31 -
YUV 166.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 244 138 109 0 0.43 0.55 0.04 12.89 0.86 0.69
Hex F4 8A 6D 0 2B 37 4 D 56 45
Octal 364 212 155 0 53 67 4 15 126 105
Binary 11110100 10001010 1101101 0 101011 110111 100 1101 1010110 1000101

Color Harmonies of #F48A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48A6D

Black with #F48A6D

Text Example


Text Example

White with #F48A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48A6D; }

 p { color: rgb(244,138,109); }

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

background-color css

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

 a { background-color: rgb(244,138,109); }

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

border-color css

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

 span { border-color: rgb(244,138,109); }

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