Html Css Color HEX #F48270 Salmon

📋 copy color: '#F48270'

red 244 ◦ green 130 ◦ blue 112

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

Shades of Salmon #F48270

Tints of Salmon #F48270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 50.21%
G = 26.75%
B = 23.05%

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

#F48270 (or 0xF48270) is known color: Salmon. HEX triplet: F4, 82 and 70. RGB value is (244,130,112). Sum of RGB (Red+Green+Blue) = 244+130+112=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F48270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48270 is #0B7D8F. Grayscale: #A2A2A2. Windows color (decimal): -753040 or 7373556. OLE color: 7373556.

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

Color convert

RGB 244 130 112 -
CMYK 0 0.47 0.54 0.04
HSL 8.18º 0.86% 0.7% -
HSV(B) 8.18º 0.54% 0.96% -
XYZ 48.22 36.37 19.81 -
YUV 162.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 244 130 112 0 0.47 0.54 0.04 8.18 0.86 0.7
Hex F4 82 70 0 2F 36 4 8 56 46
Octal 364 202 160 0 57 66 4 10 126 106
Binary 11110100 10000010 1110000 0 101111 110110 100 1000 1010110 1000110

Color Harmonies of #F48270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48270

Black with #F48270

Text Example


Text Example

White with #F48270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48270; }

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

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

background-color css

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

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

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

border-color css

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

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

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