Html Css Color HEX #FE7470 Salmon

📋 copy color: '#FE7470'

red 254 ◦ green 116 ◦ blue 112

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

Shades of Salmon #FE7470

Tints of Salmon #FE7470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 52.7%
G = 24.07%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE7470 (or 0xFE7470) is known color: Salmon. HEX triplet: FE, 74 and 70. RGB value is (254,116,112). Sum of RGB (Red+Green+Blue) = 254+116+112=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7470 is #018B8F. Grayscale: #9C9C9C. Windows color (decimal): -101264 or 7369982. OLE color: 7369982.

HSL color Cylindrical-coordinate representation of color #FE7470: hue angle of 1.69º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7470 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 116 112 -
CMYK 0 0.54 0.56 0.00
HSL 1.69º 0.99% 0.72% -
HSV(B) 1.69º 0.56% 1% -
XYZ 50.04 34.73 19.4 -
YUV 156.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 254 116 112 0 0.54 0.56 0.00 1.69 0.99 0.72
Hex FE 74 70 0 36 38 0 2 63 48
Octal 376 164 160 0 66 70 0 2 143 110
Binary 11111110 1110100 1110000 0 110110 111000 0 10 1100011 1001000

Color Harmonies of #FE7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7470

Black with #FE7470

Text Example


Text Example

White with #FE7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7470; }

 p { color: rgb(254,116,112); }

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

background-color css

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

 a { background-color: rgb(254,116,112); }

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

border-color css

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

 span { border-color: rgb(254,116,112); }

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