Html Css Color HEX #F47872 Salmon

📋 copy color: '#F47872'

red 244 ◦ green 120 ◦ blue 114

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

Shades of Salmon #F47872

Tints of Salmon #F47872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.1%

 BLUE value IS 114 (44.92% from 255) = 23.85%

R = 51.05%
G = 25.1%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F47872 (or 0xF47872) is known color: Salmon. HEX triplet: F4, 78 and 72. RGB value is (244,120,114). Sum of RGB (Red+Green+Blue) = 244+120+114=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F47872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47872 is #0B878D. Grayscale: #9C9C9C. Windows color (decimal): -755598 or 7502068. OLE color: 7502068.

HSL color Cylindrical-coordinate representation of color #F47872: hue angle of 2.77º degrees, saturation: 0.86, 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 #F47872 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 120 114 -
CMYK 0 0.51 0.53 0.04
HSL 2.77º 0.86% 0.7% -
HSV(B) 2.77º 0.53% 0.96% -
XYZ 47.06 33.88 19.98 -
YUV 156.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 244 120 114 0 0.51 0.53 0.04 2.77 0.86 0.7
Hex F4 78 72 0 33 35 4 3 56 46
Octal 364 170 162 0 63 65 4 3 126 106
Binary 11110100 1111000 1110010 0 110011 110101 100 11 1010110 1000110

Color Harmonies of #F47872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47872

Black with #F47872

Text Example


Text Example

White with #F47872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47872; }

 p { color: rgb(244,120,114); }

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

background-color css

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

 a { background-color: rgb(244,120,114); }

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

border-color css

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

 span { border-color: rgb(244,120,114); }

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