Html Css Color HEX #F48273 Salmon

📋 copy color: '#F48273'

red 244 ◦ green 130 ◦ blue 115

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

Shades of Salmon #F48273

Tints of Salmon #F48273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 49.9%
G = 26.58%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F48273 (or 0xF48273) is known color: Salmon. HEX triplet: F4, 82 and 73. RGB value is (244,130,115). Sum of RGB (Red+Green+Blue) = 244+130+115=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F48273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48273 is #0B7D8C. Grayscale: #A2A2A2. Windows color (decimal): -753037 or 7570164. OLE color: 7570164.

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

Color convert

RGB 244 130 115 -
CMYK 0 0.47 0.53 0.04
HSL 6.98º 0.85% 0.7% -
HSV(B) 6.98º 0.53% 0.96% -
XYZ 48.39 36.44 20.7 -
YUV 162.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 244 130 115 0 0.47 0.53 0.04 6.98 0.85 0.7
Hex F4 82 73 0 2F 35 4 7 55 46
Octal 364 202 163 0 57 65 4 7 125 106
Binary 11110100 10000010 1110011 0 101111 110101 100 111 1010101 1000110

Color Harmonies of #F48273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48273

Black with #F48273

Text Example


Text Example

White with #F48273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48273; }

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

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

background-color css

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

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

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

border-color css

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

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

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