Html Css Color HEX #FF7D7C Salmon

📋 copy color: '#FF7D7C'

red 255 ◦ green 125 ◦ blue 124

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

Shades of Salmon #FF7D7C

Tints of Salmon #FF7D7C

RGB

 RED value IS 255 (100% from 255) = 50.6%

 GREEN value IS 125 (49.22% from 255) = 24.8%

 BLUE value IS 124 (48.83% from 255) = 24.6%

R = 50.6%
G = 24.8%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF7D7C (or 0xFF7D7C) is known color: Salmon. HEX triplet: FF, 7D and 7C. RGB value is (255,125,124). Sum of RGB (Red+Green+Blue) = 255+125+124=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D7C is #008283. Grayscale: #A3A3A3. Windows color (decimal): -33412 or 8158719. OLE color: 8158719.

HSL color Cylindrical-coordinate representation of color #FF7D7C: hue angle of 0.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7D7C is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 125 124 -
CMYK 0 0.51 0.51 0
HSL 0.46º 1% 0.74% -
HSV(B) 0.46º 0.51% 1% -
XYZ 52.21 37.38 23.53 -
YUV 163.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 255 125 124 0 0.51 0.51 0 0.46 1 0.74
Hex FF 7D 7C 0 33 33 0 0 64 4A
Octal 377 175 174 0 63 63 0 0 144 112
Binary 11111111 1111101 1111100 0 110011 110011 0 0 1100100 1001010

Color Harmonies of #FF7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D7C

Black with #FF7D7C

Text Example


Text Example

White with #FF7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D7C; }

 p { color: rgb(255,125,124); }

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

background-color css

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

 a { background-color: rgb(255,125,124); }

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

border-color css

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

 span { border-color: rgb(255,125,124); }

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