Html Css Color HEX #FF7070 Salmon

📋 copy color: '#FF7070'

red 255 ◦ green 112 ◦ blue 112

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

Shades of Salmon #FF7070

Tints of Salmon #FF7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

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

R = 53.24%
G = 23.38%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7070 (or 0xFF7070) is known color: Salmon. HEX triplet: FF, 70 and 70. RGB value is (255,112,112). Sum of RGB (Red+Green+Blue) = 255+112+112=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7070 is #008F8F. Grayscale: #9A9A9A. Windows color (decimal): -36752 or 7368959. OLE color: 7368959.

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

Color convert

RGB 255 112 112 -
CMYK 0 0.56 0.56 0
HSL 1% 0.72% -
HSV(B) 0.56% 1% -
XYZ 49.96 34.02 19.26 -
YUV 154.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 255 112 112 0 0.56 0.56 0 0 1 0.72
Hex FF 70 70 0 38 38 0 0 64 48
Octal 377 160 160 0 70 70 0 0 144 110
Binary 11111111 1110000 1110000 0 111000 111000 0 0 1100100 1001000

Color Harmonies of #FF7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7070

Black with #FF7070

Text Example


Text Example

White with #FF7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7070; }

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

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

background-color css

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

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

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

border-color css

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

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

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