Html Css Color HEX #FC7A78 Salmon

📋 copy color: '#FC7A78'

red 252 ◦ green 122 ◦ blue 120

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

Shades of Salmon #FC7A78

Tints of Salmon #FC7A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 51.01%
G = 24.7%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC7A78 (or 0xFC7A78) is known color: Salmon. HEX triplet: FC, 7A and 78. RGB value is (252,122,120). Sum of RGB (Red+Green+Blue) = 252+122+120=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A78 is #038587. Grayscale: #A0A0A0. Windows color (decimal): -230792 or 7895804. OLE color: 7895804.

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

Color convert

RGB 252 122 120 -
CMYK 0 0.52 0.52 0.01
HSL 0.91º 0.96% 0.73% -
HSV(B) 0.91º 0.52% 0.99% -
XYZ 50.49 35.97 22.05 -
YUV 160.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 252 122 120 0 0.52 0.52 0.01 0.91 0.96 0.73
Hex FC 7A 78 0 34 34 1 1 60 49
Octal 374 172 170 0 64 64 1 1 140 111
Binary 11111100 1111010 1111000 0 110100 110100 1 1 1100000 1001001

Color Harmonies of #FC7A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A78

Black with #FC7A78

Text Example


Text Example

White with #FC7A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A78; }

 p { color: rgb(252,122,120); }

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

background-color css

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

 a { background-color: rgb(252,122,120); }

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

border-color css

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

 span { border-color: rgb(252,122,120); }

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