Html Css Color HEX #FA7472 Salmon

📋 copy color: '#FA7472'

red 250 ◦ green 116 ◦ blue 114

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

Shades of Salmon #FA7472

Tints of Salmon #FA7472

RGB

 RED value IS 250 (98.05% from 255) = 52.08%

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

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

R = 52.08%
G = 24.17%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA7472 (or 0xFA7472) is known color: Salmon. HEX triplet: FA, 74 and 72. RGB value is (250,116,114). Sum of RGB (Red+Green+Blue) = 250+116+114=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7472 is #058B8D. Grayscale: #9B9B9B. Windows color (decimal): -363406 or 7501050. OLE color: 7501050.

HSL color Cylindrical-coordinate representation of color #FA7472: hue angle of 0.88º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7472 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 114 -
CMYK 0 0.54 0.54 0.02
HSL 0.88º 0.93% 0.71% -
HSV(B) 0.88º 0.54% 0.98% -
XYZ 48.71 34.03 19.92 -
YUV 155.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 250 116 114 0 0.54 0.54 0.02 0.88 0.93 0.71
Hex FA 74 72 0 36 36 2 1 5D 47
Octal 372 164 162 0 66 66 2 1 135 107
Binary 11111010 1110100 1110010 0 110110 110110 10 1 1011101 1000111

Color Harmonies of #FA7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7472

Black with #FA7472

Text Example


Text Example

White with #FA7472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7472; }

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

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

background-color css

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

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

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

border-color css

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

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

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