Html Css Color HEX #FD7F7A Salmon

📋 copy color: '#FD7F7A'

red 253 ◦ green 127 ◦ blue 122

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

Shades of Salmon #FD7F7A

Tints of Salmon #FD7F7A

RGB

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

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

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

R = 50.4%
G = 25.3%
B = 24.3%

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

#FD7F7A (or 0xFD7F7A) is known color: Salmon. HEX triplet: FD, 7F and 7A. RGB value is (253,127,122). Sum of RGB (Red+Green+Blue) = 253+127+122=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F7A is #028085. Grayscale: #A4A4A4. Windows color (decimal): -163974 or 8028157. OLE color: 8028157.

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

Color convert

RGB 253 127 122 -
CMYK 0 0.50 0.52 0.01
HSL 2.29º 0.97% 0.74% -
HSV(B) 2.29º 0.52% 0.99% -
XYZ 51.61 37.47 22.92 -
YUV 164.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 253 127 122 0 0.50 0.52 0.01 2.29 0.97 0.74
Hex FD 7F 7A 0 32 34 1 2 61 4A
Octal 375 177 172 0 62 64 1 2 141 112
Binary 11111101 1111111 1111010 0 110010 110100 1 10 1100001 1001010

Color Harmonies of #FD7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F7A

Black with #FD7F7A

Text Example


Text Example

White with #FD7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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