Html Css Color HEX #F48271 Salmon

📋 copy color: '#F48271'

red 244 ◦ green 130 ◦ blue 113

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

Shades of Salmon #F48271

Tints of Salmon #F48271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.69%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 50.1%
G = 26.69%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F48271 (or 0xF48271) is known color: Salmon. HEX triplet: F4, 82 and 71. RGB value is (244,130,113). Sum of RGB (Red+Green+Blue) = 244+130+113=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F48271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48271 is #0B7D8E. Grayscale: #A2A2A2. Windows color (decimal): -753039 or 7439092. OLE color: 7439092.

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

Color convert

RGB 244 130 113 -
CMYK 0 0.47 0.54 0.04
HSL 7.79º 0.86% 0.7% -
HSV(B) 7.79º 0.54% 0.96% -
XYZ 48.27 36.39 20.1 -
YUV 162.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 244 130 113 0 0.47 0.54 0.04 7.79 0.86 0.7
Hex F4 82 71 0 2F 36 4 8 56 46
Octal 364 202 161 0 57 66 4 10 126 106
Binary 11110100 10000010 1110001 0 101111 110110 100 1000 1010110 1000110

Color Harmonies of #F48271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48271

Black with #F48271

Text Example


Text Example

White with #F48271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48271; }

 p { color: rgb(244,130,113); }

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

background-color css

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

 a { background-color: rgb(244,130,113); }

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

border-color css

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

 span { border-color: rgb(244,130,113); }

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