Html Css Color HEX #F42443 Amaranth

📋 copy color: '#F42443'

red 244 ◦ green 36 ◦ blue 67

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

Shades of Amaranth #F42443

Tints of Amaranth #F42443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 70.32%
G = 10.37%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F42443 (or 0xF42443) is known color: Amaranth. HEX triplet: F4, 24 and 43. RGB value is (244,36,67). Sum of RGB (Red+Green+Blue) = 244+36+67=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F42443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42443 is #0BDBBC. Grayscale: #656565. Windows color (decimal): -777149 or 4400372. OLE color: 4400372.

HSL color Cylindrical-coordinate representation of color #F42443: hue angle of 351.06º 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 #F42443 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 67 -
CMYK 0 0.85 0.73 0.04
HSL 351.06º 0.9% 0.55% -
HSV(B) 351.06º 0.85% 0.96% -
XYZ 38.95 20.9 7.29 -
YUV 101.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 244 36 67 0 0.85 0.73 0.04 351.06 0.9 0.55
Hex F4 24 43 0 55 49 4 15F 5A 37
Octal 364 44 103 0 125 111 4 537 132 67
Binary 11110100 100100 1000011 0 1010101 1001001 100 101011111 1011010 110111

Color Harmonies of #F42443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42443

Black with #F42443

Text Example


Text Example

White with #F42443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42443; }

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

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

background-color css

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

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

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

border-color css

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

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

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