Html Css Color HEX #FC7370 Salmon

📋 copy color: '#FC7370'

red 252 ◦ green 115 ◦ blue 112

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

Shades of Salmon #FC7370

Tints of Salmon #FC7370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

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

R = 52.61%
G = 24.01%
B = 23.38%

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

#FC7370 (or 0xFC7370) is known color: Salmon. HEX triplet: FC, 73 and 70. RGB value is (252,115,112). Sum of RGB (Red+Green+Blue) = 252+115+112=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7370 is #038C8F. Grayscale: #9B9B9B. Windows color (decimal): -232592 or 7369724. OLE color: 7369724.

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

Color convert

RGB 252 115 112 -
CMYK 0 0.54 0.56 0.01
HSL 1.29º 0.96% 0.71% -
HSV(B) 1.29º 0.56% 0.99% -
XYZ 49.2 34.13 19.32 -
YUV 155.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 252 115 112 0 0.54 0.56 0.01 1.29 0.96 0.71
Hex FC 73 70 0 36 38 1 1 60 47
Octal 374 163 160 0 66 70 1 1 140 107
Binary 11111100 1110011 1110000 0 110110 111000 1 1 1100000 1000111

Color Harmonies of #FC7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7370

Black with #FC7370

Text Example


Text Example

White with #FC7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7370; }

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

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

background-color css

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

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

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

border-color css

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

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

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