Html Css Color HEX #F47F70 Salmon

📋 copy color: '#F47F70'

red 244 ◦ green 127 ◦ blue 112

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

Shades of Salmon #F47F70

Tints of Salmon #F47F70

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

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

R = 50.52%
G = 26.29%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F47F70 (or 0xF47F70) is known color: Salmon. HEX triplet: F4, 7F and 70. RGB value is (244,127,112). Sum of RGB (Red+Green+Blue) = 244+127+112=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F70 is #0B808F. Grayscale: #A0A0A0. Windows color (decimal): -753808 or 7372788. OLE color: 7372788.

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

Color convert

RGB 244 127 112 -
CMYK 0 0.48 0.54 0.04
HSL 6.82º 0.86% 0.7% -
HSV(B) 6.82º 0.54% 0.96% -
XYZ 47.82 35.58 19.68 -
YUV 160.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 244 127 112 0 0.48 0.54 0.04 6.82 0.86 0.7
Hex F4 7F 70 0 30 36 4 7 56 46
Octal 364 177 160 0 60 66 4 7 126 106
Binary 11110100 1111111 1110000 0 110000 110110 100 111 1010110 1000110

Color Harmonies of #F47F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F70

Black with #F47F70

Text Example


Text Example

White with #F47F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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