Html Css Color HEX #F21E53 Amaranth

📋 copy color: '#F21E53'

red 242 ◦ green 30 ◦ blue 83

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

Shades of Amaranth #F21E53

Tints of Amaranth #F21E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 68.17%
G = 8.45%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F21E53 (or 0xF21E53) is known color: Amaranth. HEX triplet: F2, 1E and 53. RGB value is (242,30,83). Sum of RGB (Red+Green+Blue) = 242+30+83=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E53 is #0DE1AC. Grayscale: #636363. Windows color (decimal): -909741 or 5447410. OLE color: 5447410.

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

Color convert

RGB 242 30 83 -
CMYK 0 0.88 0.66 0.05
HSL 345º 0.89% 0.53% -
HSV(B) 345º 0.88% 0.95% -
XYZ 38.64 20.43 10.09 -
YUV 99.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 242 30 83 0 0.88 0.66 0.05 345 0.89 0.53
Hex F2 1E 53 0 58 42 5 159 59 35
Octal 362 36 123 0 130 102 5 531 131 65
Binary 11110010 11110 1010011 0 1011000 1000010 101 101011001 1011001 110101

Color Harmonies of #F21E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E53

Black with #F21E53

Text Example


Text Example

White with #F21E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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