Html Css Color HEX #FD7F7C Salmon

📋 copy color: '#FD7F7C'

red 253 ◦ green 127 ◦ blue 124

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

Shades of Salmon #FD7F7C

Tints of Salmon #FD7F7C

RGB

 RED value IS 253 (99.22% from 255) = 50.2%

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

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

R = 50.2%
G = 25.2%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD7F7C (or 0xFD7F7C) is known color: Salmon. HEX triplet: FD, 7F and 7C. RGB value is (253,127,124). Sum of RGB (Red+Green+Blue) = 253+127+124=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F7C is #028083. Grayscale: #A4A4A4. Windows color (decimal): -163972 or 8159229. OLE color: 8159229.

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

Color convert

RGB 253 127 124 -
CMYK 0 0.50 0.51 0.01
HSL 1.4º 0.97% 0.74% -
HSV(B) 1.4º 0.51% 0.99% -
XYZ 51.74 37.52 23.58 -
YUV 164.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 253 127 124 0 0.50 0.51 0.01 1.4 0.97 0.74
Hex FD 7F 7C 0 32 33 1 1 61 4A
Octal 375 177 174 0 62 63 1 1 141 112
Binary 11111101 1111111 1111100 0 110010 110011 1 1 1100001 1001010

Color Harmonies of #FD7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F7C

Black with #FD7F7C

Text Example


Text Example

White with #FD7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F7C; }

 p { color: rgb(253,127,124); }

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

background-color css

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

 a { background-color: rgb(253,127,124); }

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

border-color css

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

 span { border-color: rgb(253,127,124); }

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