Html Css Color HEX #FE7272 Salmon

📋 copy color: '#FE7272'

red 254 ◦ green 114 ◦ blue 114

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

Shades of Salmon #FE7272

Tints of Salmon #FE7272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 52.7%
G = 23.65%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE7272 (or 0xFE7272) is known color: Salmon. HEX triplet: FE, 72 and 72. RGB value is (254,114,114). Sum of RGB (Red+Green+Blue) = 254+114+114=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7272 is #018D8D. Grayscale: #9B9B9B. Windows color (decimal): -101774 or 7500542. OLE color: 7500542.

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

Color convert

RGB 254 114 114 -
CMYK 0 0.55 0.55 0.00
HSL 0.99% 0.72% -
HSV(B) 0.55% 1% -
XYZ 49.93 34.32 19.91 -
YUV 155.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 254 114 114 0 0.55 0.55 0.00 0 0.99 0.72
Hex FE 72 72 0 37 37 0 0 63 48
Octal 376 162 162 0 67 67 0 0 143 110
Binary 11111110 1110010 1110010 0 110111 110111 0 0 1100011 1001000

Color Harmonies of #FE7272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7272

Black with #FE7272

Text Example


Text Example

White with #FE7272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7272; }

 p { color: rgb(254,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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