Html Css Color HEX #F21D4C Amaranth

📋 copy color: '#F21D4C'

red 242 ◦ green 29 ◦ blue 76

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

Shades of Amaranth #F21D4C

Tints of Amaranth #F21D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 69.74%
G = 8.36%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F21D4C (or 0xF21D4C) is known color: Amaranth. HEX triplet: F2, 1D and 4C. RGB value is (242,29,76). Sum of RGB (Red+Green+Blue) = 242+29+76=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21D4C is #0DE2B3. Grayscale: #626262. Windows color (decimal): -910004 or 4988402. OLE color: 4988402.

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

Color convert

RGB 242 29 76 -
CMYK 0 0.88 0.69 0.05
HSL 346.76º 0.89% 0.53% -
HSV(B) 346.76º 0.88% 0.95% -
XYZ 38.36 20.28 8.73 -
YUV 98.05 115.57 230.68 -
System Red Green Blue C M Y K H S L
Decimal 242 29 76 0 0.88 0.69 0.05 346.76 0.89 0.53
Hex F2 1D 4C 0 58 45 5 15B 59 35
Octal 362 35 114 0 130 105 5 533 131 65
Binary 11110010 11101 1001100 0 1011000 1000101 101 101011011 1011001 110101

Color Harmonies of #F21D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D4C

Black with #F21D4C

Text Example


Text Example

White with #F21D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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