Html Css Color HEX #FF7470 Salmon

📋 copy color: '#FF7470'

red 255 ◦ green 116 ◦ blue 112

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

Shades of Salmon #FF7470

Tints of Salmon #FF7470

RGB

 RED value IS 255 (100% from 255) = 52.8%

 GREEN value IS 116 (45.7% from 255) = 24.02%

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

R = 52.8%
G = 24.02%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7470 (or 0xFF7470) is known color: Salmon. HEX triplet: FF, 74 and 70. RGB value is (255,116,112). Sum of RGB (Red+Green+Blue) = 255+116+112=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7470 is #008B8F. Grayscale: #9D9D9D. Windows color (decimal): -35728 or 7369983. OLE color: 7369983.

HSL color Cylindrical-coordinate representation of color #FF7470: hue angle of 1.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7470 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 112 -
CMYK 0 0.55 0.56 0
HSL 1.68º 1% 0.72% -
HSV(B) 1.68º 0.56% 1% -
XYZ 50.41 34.92 19.41 -
YUV 157.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 255 116 112 0 0.55 0.56 0 1.68 1 0.72
Hex FF 74 70 0 37 38 0 2 64 48
Octal 377 164 160 0 67 70 0 2 144 110
Binary 11111111 1110100 1110000 0 110111 111000 0 10 1100100 1001000

Color Harmonies of #FF7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7470

Black with #FF7470

Text Example


Text Example

White with #FF7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7470; }

 p { color: rgb(255,116,112); }

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

background-color css

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

 a { background-color: rgb(255,116,112); }

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

border-color css

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

 span { border-color: rgb(255,116,112); }

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