Html Css Color HEX #F47870 Salmon

📋 copy color: '#F47870'

red 244 ◦ green 120 ◦ blue 112

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

Shades of Salmon #F47870

Tints of Salmon #F47870

RGB

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

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

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

R = 51.26%
G = 25.21%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F47870 (or 0xF47870) is known color: Salmon. HEX triplet: F4, 78 and 70. RGB value is (244,120,112). Sum of RGB (Red+Green+Blue) = 244+120+112=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F47870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47870 is #0B878F. Grayscale: #9C9C9C. Windows color (decimal): -755600 or 7370996. OLE color: 7370996.

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

Color convert

RGB 244 120 112 -
CMYK 0 0.51 0.54 0.04
HSL 3.64º 0.86% 0.7% -
HSV(B) 3.64º 0.54% 0.96% -
XYZ 46.95 33.84 19.39 -
YUV 156.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 244 120 112 0 0.51 0.54 0.04 3.64 0.86 0.7
Hex F4 78 70 0 33 36 4 4 56 46
Octal 364 170 160 0 63 66 4 4 126 106
Binary 11110100 1111000 1110000 0 110011 110110 100 100 1010110 1000110

Color Harmonies of #F47870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47870

Black with #F47870

Text Example


Text Example

White with #F47870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47870; }

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

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

background-color css

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

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

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

border-color css

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

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

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