Html Css Color HEX #FC7570 Salmon

📋 copy color: '#FC7570'

red 252 ◦ green 117 ◦ blue 112

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

Shades of Salmon #FC7570

Tints of Salmon #FC7570

RGB

 RED value IS 252 (98.83% from 255) = 52.39%

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

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

R = 52.39%
G = 24.32%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7570 (or 0xFC7570) is known color: Salmon. HEX triplet: FC, 75 and 70. RGB value is (252,117,112). Sum of RGB (Red+Green+Blue) = 252+117+112=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7570 is #038A8F. Grayscale: #9C9C9C. Windows color (decimal): -232080 or 7370236. OLE color: 7370236.

HSL color Cylindrical-coordinate representation of color #FC7570: hue angle of 2.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC7570 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 117 112 -
CMYK 0 0.54 0.56 0.01
HSL 2.14º 0.96% 0.71% -
HSV(B) 2.14º 0.56% 0.99% -
XYZ 49.43 34.59 19.4 -
YUV 156.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 252 117 112 0 0.54 0.56 0.01 2.14 0.96 0.71
Hex FC 75 70 0 36 38 1 2 60 47
Octal 374 165 160 0 66 70 1 2 140 107
Binary 11111100 1110101 1110000 0 110110 111000 1 10 1100000 1000111

Color Harmonies of #FC7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7570

Black with #FC7570

Text Example


Text Example

White with #FC7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7570; }

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

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

background-color css

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

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

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

border-color css

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

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

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