Html Css Color HEX #F47C72 Salmon

📋 copy color: '#F47C72'

red 244 ◦ green 124 ◦ blue 114

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

Shades of Salmon #F47C72

Tints of Salmon #F47C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

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

R = 50.62%
G = 25.73%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F47C72 (or 0xF47C72) is known color: Salmon. HEX triplet: F4, 7C and 72. RGB value is (244,124,114). Sum of RGB (Red+Green+Blue) = 244+124+114=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C72 is #0B838D. Grayscale: #9E9E9E. Windows color (decimal): -754574 or 7503092. OLE color: 7503092.

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

Color convert

RGB 244 124 114 -
CMYK 0 0.49 0.53 0.04
HSL 4.62º 0.86% 0.7% -
HSV(B) 4.62º 0.53% 0.96% -
XYZ 47.55 34.86 20.14 -
YUV 158.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 244 124 114 0 0.49 0.53 0.04 4.62 0.86 0.7
Hex F4 7C 72 0 31 35 4 5 56 46
Octal 364 174 162 0 61 65 4 5 126 106
Binary 11110100 1111100 1110010 0 110001 110101 100 101 1010110 1000110

Color Harmonies of #F47C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C72

Black with #F47C72

Text Example


Text Example

White with #F47C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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