Html Css Color HEX #FF2A43 Amaranth

📋 copy color: '#FF2A43'

red 255 ◦ green 42 ◦ blue 67

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

Shades of Amaranth #FF2A43

Tints of Amaranth #FF2A43

RGB

 RED value IS 255 (100% from 255) = 70.05%

 GREEN value IS 42 (16.8% from 255) = 11.54%

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 70.05%
G = 11.54%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF2A43 (or 0xFF2A43) is known color: Amaranth. HEX triplet: FF, 2A and 43. RGB value is (255,42,67). Sum of RGB (Red+Green+Blue) = 255+42+67=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A43 is #00D5BC. Grayscale: #6C6C6C. Windows color (decimal): -54717 or 4401919. OLE color: 4401919.

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

Color convert

RGB 255 42 67 -
CMYK 0 0.84 0.74 0
HSL 352.96º 1% 0.58% -
HSV(B) 352.96º 0.84% 1% -
XYZ 43.08 23.32 7.54 -
YUV 108.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 255 42 67 0 0.84 0.74 0 352.96 1 0.58
Hex FF 2A 43 0 54 4A 0 161 64 3A
Octal 377 52 103 0 124 112 0 541 144 72
Binary 11111111 101010 1000011 0 1010100 1001010 0 101100001 1100100 111010

Color Harmonies of #FF2A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A43

Black with #FF2A43

Text Example


Text Example

White with #FF2A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A43; }

 p { color: rgb(255,42,67); }

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

background-color css

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

 a { background-color: rgb(255,42,67); }

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

border-color css

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

 span { border-color: rgb(255,42,67); }

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