Html Css Color HEX #FF2A42 Amaranth

📋 copy color: '#FF2A42'

red 255 ◦ green 42 ◦ blue 66

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

Shades of Amaranth #FF2A42

Tints of Amaranth #FF2A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 70.25%
G = 11.57%
B = 18.18%

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

#FF2A42 (or 0xFF2A42) is known color: Amaranth. HEX triplet: FF, 2A and 42. RGB value is (255,42,66). Sum of RGB (Red+Green+Blue) = 255+42+66=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A42 is #00D5BD. Grayscale: #6C6C6C. Windows color (decimal): -54718 or 4336383. OLE color: 4336383.

HSL color Cylindrical-coordinate representation of color #FF2A42: hue angle of 353.24º 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 #FF2A42 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 42 66 -
CMYK 0 0.84 0.74 0
HSL 353.24º 1% 0.58% -
HSV(B) 353.24º 0.84% 1% -
XYZ 43.05 23.31 7.38 -
YUV 108.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 255 42 66 0 0.84 0.74 0 353.24 1 0.58
Hex FF 2A 42 0 54 4A 0 161 64 3A
Octal 377 52 102 0 124 112 0 541 144 72
Binary 11111111 101010 1000010 0 1010100 1001010 0 101100001 1100100 111010

Color Harmonies of #FF2A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A42

Black with #FF2A42

Text Example


Text Example

White with #FF2A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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