Html Css Color HEX #FE2645 Amaranth

📋 copy color: '#FE2645'

red 254 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #FE2645

Tints of Amaranth #FE2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 70.36%
G = 10.53%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE2645 (or 0xFE2645) is known color: Amaranth. HEX triplet: FE, 26 and 45. RGB value is (254,38,69). Sum of RGB (Red+Green+Blue) = 254+38+69=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2645 is #01D9BA. Grayscale: #6A6A6A. Windows color (decimal): -121275 or 4531966. OLE color: 4531966.

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

Color convert

RGB 254 38 69 -
CMYK 0 0.85 0.73 0.00
HSL 351.39º 0.99% 0.57% -
HSV(B) 351.39º 0.85% 1% -
XYZ 42.64 22.89 7.8 -
YUV 106.12 107.06 233.48 -
System Red Green Blue C M Y K H S L
Decimal 254 38 69 0 0.85 0.73 0.00 351.39 0.99 0.57
Hex FE 26 45 0 55 49 0 15F 63 39
Octal 376 46 105 0 125 111 0 537 143 71
Binary 11111110 100110 1000101 0 1010101 1001001 0 101011111 1100011 111001

Color Harmonies of #FE2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2645

Black with #FE2645

Text Example


Text Example

White with #FE2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2645; }

 p { color: rgb(254,38,69); }

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

background-color css

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

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

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

border-color css

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

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

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