Html Css Color HEX #F4214C Amaranth

📋 copy color: '#F4214C'

red 244 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #F4214C

Tints of Amaranth #F4214C

RGB

 RED value IS 244 (95.7% from 255) = 69.12%

 GREEN value IS 33 (13.28% from 255) = 9.35%

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

R = 69.12%
G = 9.35%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4214C (or 0xF4214C) is known color: Amaranth. HEX triplet: F4, 21 and 4C. RGB value is (244,33,76). Sum of RGB (Red+Green+Blue) = 244+33+76=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F4214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4214C is #0BDEB3. Grayscale: #656565. Windows color (decimal): -777908 or 4989428. OLE color: 4989428.

HSL color Cylindrical-coordinate representation of color #F4214C: hue angle of 347.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4214C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 76 -
CMYK 0 0.86 0.69 0.04
HSL 347.77º 0.91% 0.54% -
HSV(B) 347.77º 0.86% 0.96% -
XYZ 39.16 20.84 8.8 -
YUV 100.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 244 33 76 0 0.86 0.69 0.04 347.77 0.91 0.54
Hex F4 21 4C 0 56 45 4 15C 5B 36
Octal 364 41 114 0 126 105 4 534 133 66
Binary 11110100 100001 1001100 0 1010110 1000101 100 101011100 1011011 110110

Color Harmonies of #F4214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4214C

Black with #F4214C

Text Example


Text Example

White with #F4214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4214C; }

 p { color: rgb(244,33,76); }

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

background-color css

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

 a { background-color: rgb(244,33,76); }

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

border-color css

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

 span { border-color: rgb(244,33,76); }

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