Html Css Color HEX #F42454 Amaranth

📋 copy color: '#F42454'

red 244 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #F42454

Tints of Amaranth #F42454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 67.03%
G = 9.89%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F42454 (or 0xF42454) is known color: Amaranth. HEX triplet: F4, 24 and 54. RGB value is (244,36,84). Sum of RGB (Red+Green+Blue) = 244+36+84=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F42454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42454 is #0BDBAB. Grayscale: #676767. Windows color (decimal): -777132 or 5514484. OLE color: 5514484.

HSL color Cylindrical-coordinate representation of color #F42454: hue angle of 346.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42454 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 84 -
CMYK 0 0.85 0.66 0.04
HSL 346.15º 0.9% 0.55% -
HSV(B) 346.15º 0.85% 0.96% -
XYZ 39.54 21.13 10.38 -
YUV 103.66 116.91 228.1 -
System Red Green Blue C M Y K H S L
Decimal 244 36 84 0 0.85 0.66 0.04 346.15 0.9 0.55
Hex F4 24 54 0 55 42 4 15A 5A 37
Octal 364 44 124 0 125 102 4 532 132 67
Binary 11110100 100100 1010100 0 1010101 1000010 100 101011010 1011010 110111

Color Harmonies of #F42454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42454

Black with #F42454

Text Example


Text Example

White with #F42454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42454; }

 p { color: rgb(244,36,84); }

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

background-color css

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

 a { background-color: rgb(244,36,84); }

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

border-color css

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

 span { border-color: rgb(244,36,84); }

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