Html Css Color HEX #F21E4D Amaranth

📋 copy color: '#F21E4D'

red 242 ◦ green 30 ◦ blue 77

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

Shades of Amaranth #F21E4D

Tints of Amaranth #F21E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 69.34%
G = 8.6%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F21E4D (or 0xF21E4D) is known color: Amaranth. HEX triplet: F2, 1E and 4D. RGB value is (242,30,77). Sum of RGB (Red+Green+Blue) = 242+30+77=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E4D is #0DE1B2. Grayscale: #626262. Windows color (decimal): -909747 or 5054194. OLE color: 5054194.

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

Color convert

RGB 242 30 77 -
CMYK 0 0.88 0.68 0.05
HSL 346.7º 0.89% 0.53% -
HSV(B) 346.7º 0.88% 0.95% -
XYZ 38.42 20.34 8.92 -
YUV 98.75 115.74 230.18 -
System Red Green Blue C M Y K H S L
Decimal 242 30 77 0 0.88 0.68 0.05 346.7 0.89 0.53
Hex F2 1E 4D 0 58 44 5 15B 59 35
Octal 362 36 115 0 130 104 5 533 131 65
Binary 11110010 11110 1001101 0 1011000 1000100 101 101011011 1011001 110101

Color Harmonies of #F21E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E4D

Black with #F21E4D

Text Example


Text Example

White with #F21E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E4D; }

 p { color: rgb(242,30,77); }

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

background-color css

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

 a { background-color: rgb(242,30,77); }

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

border-color css

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

 span { border-color: rgb(242,30,77); }

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