Html Css Color HEX #F21E5A Amaranth

📋 copy color: '#F21E5A'

red 242 ◦ green 30 ◦ blue 90

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

Shades of Amaranth #F21E5A

Tints of Amaranth #F21E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 66.85%
G = 8.29%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F21E5A (or 0xF21E5A) is known color: Amaranth. HEX triplet: F2, 1E and 5A. RGB value is (242,30,90). Sum of RGB (Red+Green+Blue) = 242+30+90=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E5A is #0DE1A5. Grayscale: #646464. Windows color (decimal): -909734 or 5906162. OLE color: 5906162.

HSL color Cylindrical-coordinate representation of color #F21E5A: hue angle of 343.02º 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 #F21E5A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 30 90 -
CMYK 0 0.88 0.63 0.05
HSL 343.02º 0.89% 0.53% -
HSV(B) 343.02º 0.88% 0.95% -
XYZ 38.93 20.54 11.59 -
YUV 100.23 122.24 229.12 -
System Red Green Blue C M Y K H S L
Decimal 242 30 90 0 0.88 0.63 0.05 343.02 0.89 0.53
Hex F2 1E 5A 0 58 3F 5 157 59 35
Octal 362 36 132 0 130 77 5 527 131 65
Binary 11110010 11110 1011010 0 1011000 111111 101 101010111 1011001 110101

Color Harmonies of #F21E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E5A

Black with #F21E5A

Text Example


Text Example

White with #F21E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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