Html Css Color HEX #F42854 Amaranth

📋 copy color: '#F42854'

red 244 ◦ green 40 ◦ blue 84

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

Shades of Amaranth #F42854

Tints of Amaranth #F42854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

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

R = 66.3%
G = 10.87%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F42854 (or 0xF42854) is known color: Amaranth. HEX triplet: F4, 28 and 54. RGB value is (244,40,84). Sum of RGB (Red+Green+Blue) = 244+40+84=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F42854 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42854 is #0BD7AB. Grayscale: #6A6A6A. Windows color (decimal): -776108 or 5515508. OLE color: 5515508.

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

Color convert

RGB 244 40 84 -
CMYK 0 0.84 0.66 0.04
HSL 347.06º 0.9% 0.56% -
HSV(B) 347.06º 0.84% 0.96% -
XYZ 39.67 21.39 10.43 -
YUV 106.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 244 40 84 0 0.84 0.66 0.04 347.06 0.9 0.56
Hex F4 28 54 0 54 42 4 15B 5A 38
Octal 364 50 124 0 124 102 4 533 132 70
Binary 11110100 101000 1010100 0 1010100 1000010 100 101011011 1011010 111000

Color Harmonies of #F42854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42854

Black with #F42854

Text Example


Text Example

White with #F42854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42854; }

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

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

background-color css

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

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

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

border-color css

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

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

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