Html Css Color HEX #FF7570 Salmon

📋 copy color: '#FF7570'

red 255 ◦ green 117 ◦ blue 112

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

Shades of Salmon #FF7570

Tints of Salmon #FF7570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

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

R = 52.69%
G = 24.17%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF7570 (or 0xFF7570) is known color: Salmon. HEX triplet: FF, 75 and 70. RGB value is (255,117,112). Sum of RGB (Red+Green+Blue) = 255+117+112=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7570 is #008A8F. Grayscale: #9D9D9D. Windows color (decimal): -35472 or 7370239. OLE color: 7370239.

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

Color convert

RGB 255 117 112 -
CMYK 0 0.54 0.56 0
HSL 2.1º 1% 0.72% -
HSV(B) 2.1º 0.56% 1% -
XYZ 50.53 35.15 19.45 -
YUV 157.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 255 117 112 0 0.54 0.56 0 2.1 1 0.72
Hex FF 75 70 0 36 38 0 2 64 48
Octal 377 165 160 0 66 70 0 2 144 110
Binary 11111111 1110101 1110000 0 110110 111000 0 10 1100100 1001000

Color Harmonies of #FF7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7570

Black with #FF7570

Text Example


Text Example

White with #FF7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7570; }

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

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

background-color css

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

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

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

border-color css

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

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

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