Html Css Color HEX #FE7F7D Salmon

📋 copy color: '#FE7F7D'

red 254 ◦ green 127 ◦ blue 125

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

Shades of Salmon #FE7F7D

Tints of Salmon #FE7F7D

RGB

 RED value IS 254 (99.61% from 255) = 50.2%

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

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 50.2%
G = 25.1%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE7F7D (or 0xFE7F7D) is known color: Salmon. HEX triplet: FE, 7F and 7D. RGB value is (254,127,125). Sum of RGB (Red+Green+Blue) = 254+127+125=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F7D is #018082. Grayscale: #A4A4A4. Windows color (decimal): -98435 or 8224766. OLE color: 8224766.

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

Color convert

RGB 254 127 125 -
CMYK 0 0.50 0.51 0.00
HSL 0.93º 0.98% 0.74% -
HSV(B) 0.93º 0.51% 1% -
XYZ 52.16 37.73 23.94 -
YUV 164.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 254 127 125 0 0.50 0.51 0.00 0.93 0.98 0.74
Hex FE 7F 7D 0 32 33 0 1 62 4A
Octal 376 177 175 0 62 63 0 1 142 112
Binary 11111110 1111111 1111101 0 110010 110011 0 1 1100010 1001010

Color Harmonies of #FE7F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F7D

Black with #FE7F7D

Text Example


Text Example

White with #FE7F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F7D; }

 p { color: rgb(254,127,125); }

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

background-color css

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

 a { background-color: rgb(254,127,125); }

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

border-color css

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

 span { border-color: rgb(254,127,125); }

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