Html Css Color HEX #F21D4E Amaranth

📋 copy color: '#F21D4E'

red 242 ◦ green 29 ◦ blue 78

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

Shades of Amaranth #F21D4E

Tints of Amaranth #F21D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 78 (30.86% from 255) = 22.35%

R = 69.34%
G = 8.31%
B = 22.35%

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

#F21D4E (or 0xF21D4E) is known color: Amaranth. HEX triplet: F2, 1D and 4E. RGB value is (242,29,78). Sum of RGB (Red+Green+Blue) = 242+29+78=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D4E is #0DE2B1. Grayscale: #626262. Windows color (decimal): -910002 or 5119474. OLE color: 5119474.

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

Color convert

RGB 242 29 78 -
CMYK 0 0.88 0.68 0.05
HSL 346.2º 0.89% 0.53% -
HSV(B) 346.2º 0.88% 0.95% -
XYZ 38.43 20.31 9.1 -
YUV 98.27 116.57 230.52 -
System Red Green Blue C M Y K H S L
Decimal 242 29 78 0 0.88 0.68 0.05 346.2 0.89 0.53
Hex F2 1D 4E 0 58 44 5 15A 59 35
Octal 362 35 116 0 130 104 5 532 131 65
Binary 11110010 11101 1001110 0 1011000 1000100 101 101011010 1011001 110101

Color Harmonies of #F21D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D4E

Black with #F21D4E

Text Example


Text Example

White with #F21D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D4E; }

 p { color: rgb(242,29,78); }

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

background-color css

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

 a { background-color: rgb(242,29,78); }

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

border-color css

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

 span { border-color: rgb(242,29,78); }

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