Html Css Color HEX #FC7F70 Salmon

📋 copy color: '#FC7F70'

red 252 ◦ green 127 ◦ blue 112

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

Shades of Salmon #FC7F70

Tints of Salmon #FC7F70

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

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

R = 51.32%
G = 25.87%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC7F70 (or 0xFC7F70) is known color: Salmon. HEX triplet: FC, 7F and 70. RGB value is (252,127,112). Sum of RGB (Red+Green+Blue) = 252+127+112=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F70 is #03808F. Grayscale: #A2A2A2. Windows color (decimal): -229520 or 7372796. OLE color: 7372796.

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

Color convert

RGB 252 127 112 -
CMYK 0 0.50 0.56 0.01
HSL 6.43º 0.96% 0.71% -
HSV(B) 6.43º 0.56% 0.99% -
XYZ 50.66 37.04 19.81 -
YUV 162.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 252 127 112 0 0.50 0.56 0.01 6.43 0.96 0.71
Hex FC 7F 70 0 32 38 1 6 60 47
Octal 374 177 160 0 62 70 1 6 140 107
Binary 11111100 1111111 1110000 0 110010 111000 1 110 1100000 1000111

Color Harmonies of #FC7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F70

Black with #FC7F70

Text Example


Text Example

White with #FC7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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