Html Css Color HEX #FC7F7A Salmon

📋 copy color: '#FC7F7A'

red 252 ◦ green 127 ◦ blue 122

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

Shades of Salmon #FC7F7A

Tints of Salmon #FC7F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 50.3%
G = 25.35%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC7F7A (or 0xFC7F7A) is known color: Salmon. HEX triplet: FC, 7F and 7A. RGB value is (252,127,122). Sum of RGB (Red+Green+Blue) = 252+127+122=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F7A is #038085. Grayscale: #A3A3A3. Windows color (decimal): -229510 or 8028156. OLE color: 8028156.

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

Color convert

RGB 252 127 122 -
CMYK 0 0.50 0.52 0.01
HSL 2.31º 0.96% 0.73% -
HSV(B) 2.31º 0.52% 0.99% -
XYZ 51.25 37.28 22.91 -
YUV 163.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 252 127 122 0 0.50 0.52 0.01 2.31 0.96 0.73
Hex FC 7F 7A 0 32 34 1 2 60 49
Octal 374 177 172 0 62 64 1 2 140 111
Binary 11111100 1111111 1111010 0 110010 110100 1 10 1100000 1001001

Color Harmonies of #FC7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F7A

Black with #FC7F7A

Text Example


Text Example

White with #FC7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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