Html Css Color HEX #FE2348 Amaranth

📋 copy color: '#FE2348'

red 254 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #FE2348

Tints of Amaranth #FE2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 70.36%
G = 9.7%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE2348 (or 0xFE2348) is known color: Amaranth. HEX triplet: FE, 23 and 48. RGB value is (254,35,72). Sum of RGB (Red+Green+Blue) = 254+35+72=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2348 is #01DCB7. Grayscale: #686868. Windows color (decimal): -122040 or 4727806. OLE color: 4727806.

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

Color convert

RGB 254 35 72 -
CMYK 0 0.86 0.72 0.00
HSL 349.86º 0.99% 0.57% -
HSV(B) 349.86º 0.86% 1% -
XYZ 42.64 22.74 8.27 -
YUV 104.7 109.55 234.49 -
System Red Green Blue C M Y K H S L
Decimal 254 35 72 0 0.86 0.72 0.00 349.86 0.99 0.57
Hex FE 23 48 0 56 48 0 15E 63 39
Octal 376 43 110 0 126 110 0 536 143 71
Binary 11111110 100011 1001000 0 1010110 1001000 0 101011110 1100011 111001

Color Harmonies of #FE2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2348

Black with #FE2348

Text Example


Text Example

White with #FE2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2348; }

 p { color: rgb(254,35,72); }

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

background-color css

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

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

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

border-color css

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

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

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