Html Css Color HEX #F21A46 Amaranth

📋 copy color: '#F21A46'

red 242 ◦ green 26 ◦ blue 70

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

Shades of Amaranth #F21A46

Tints of Amaranth #F21A46

RGB

 RED value IS 242 (94.92% from 255) = 71.6%

 GREEN value IS 26 (10.55% from 255) = 7.69%

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 71.6%
G = 7.69%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F21A46 (or 0xF21A46) is known color: Amaranth. HEX triplet: F2, 1A and 46. RGB value is (242,26,70). Sum of RGB (Red+Green+Blue) = 242+26+70=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21A46 is #0DE5B9. Grayscale: #5F5F5F. Windows color (decimal): -910778 or 4594418. OLE color: 4594418.

HSL color Cylindrical-coordinate representation of color #F21A46: hue angle of 347.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21A46 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 26 70 -
CMYK 0 0.89 0.71 0.05
HSL 347.78º 0.89% 0.53% -
HSV(B) 347.78º 0.89% 0.95% -
XYZ 38.09 20.06 7.66 -
YUV 95.6 113.56 232.42 -
System Red Green Blue C M Y K H S L
Decimal 242 26 70 0 0.89 0.71 0.05 347.78 0.89 0.53
Hex F2 1A 46 0 59 47 5 15C 59 35
Octal 362 32 106 0 131 107 5 534 131 65
Binary 11110010 11010 1000110 0 1011001 1000111 101 101011100 1011001 110101

Color Harmonies of #F21A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A46

Black with #F21A46

Text Example


Text Example

White with #F21A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A46; }

 p { color: rgb(242,26,70); }

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

background-color css

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

 a { background-color: rgb(242,26,70); }

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

border-color css

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

 span { border-color: rgb(242,26,70); }

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