Html Css Color HEX #F21E5C Amaranth

📋 copy color: '#F21E5C'

red 242 ◦ green 30 ◦ blue 92

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

Shades of Amaranth #F21E5C

Tints of Amaranth #F21E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 66.48%
G = 8.24%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F21E5C (or 0xF21E5C) is known color: Amaranth. HEX triplet: F2, 1E and 5C. RGB value is (242,30,92). Sum of RGB (Red+Green+Blue) = 242+30+92=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E5C is #0DE1A3. Grayscale: #646464. Windows color (decimal): -909732 or 6037234. OLE color: 6037234.

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

Color convert

RGB 242 30 92 -
CMYK 0 0.88 0.62 0.05
HSL 342.45º 0.89% 0.53% -
HSV(B) 342.45º 0.88% 0.95% -
XYZ 39.01 20.58 12.04 -
YUV 100.46 123.24 228.96 -
System Red Green Blue C M Y K H S L
Decimal 242 30 92 0 0.88 0.62 0.05 342.45 0.89 0.53
Hex F2 1E 5C 0 58 3E 5 156 59 35
Octal 362 36 134 0 130 76 5 526 131 65
Binary 11110010 11110 1011100 0 1011000 111110 101 101010110 1011001 110101

Color Harmonies of #F21E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E5C

Black with #F21E5C

Text Example


Text Example

White with #F21E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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