Html Css Color HEX #FC7472 Salmon

📋 copy color: '#FC7472'

red 252 ◦ green 116 ◦ blue 114

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

Shades of Salmon #FC7472

Tints of Salmon #FC7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 52.28%
G = 24.07%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC7472 (or 0xFC7472) is known color: Salmon. HEX triplet: FC, 74 and 72. RGB value is (252,116,114). Sum of RGB (Red+Green+Blue) = 252+116+114=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7472 is #038B8D. Grayscale: #9C9C9C. Windows color (decimal): -232334 or 7501052. OLE color: 7501052.

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

Color convert

RGB 252 116 114 -
CMYK 0 0.54 0.55 0.01
HSL 0.87º 0.96% 0.72% -
HSV(B) 0.87º 0.55% 0.99% -
XYZ 49.43 34.4 19.95 -
YUV 156.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 252 116 114 0 0.54 0.55 0.01 0.87 0.96 0.72
Hex FC 74 72 0 36 37 1 1 60 48
Octal 374 164 162 0 66 67 1 1 140 110
Binary 11111100 1110100 1110010 0 110110 110111 1 1 1100000 1001000

Color Harmonies of #FC7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7472

Black with #FC7472

Text Example


Text Example

White with #FC7472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7472; }

 p { color: rgb(252,116,114); }

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

background-color css

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

 a { background-color: rgb(252,116,114); }

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

border-color css

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

 span { border-color: rgb(252,116,114); }

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