Html Css Color HEX #F42848 Amaranth

📋 copy color: '#F42848'

red 244 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #F42848

Tints of Amaranth #F42848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 68.54%
G = 11.24%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F42848 (or 0xF42848) is known color: Amaranth. HEX triplet: F4, 28 and 48. RGB value is (244,40,72). Sum of RGB (Red+Green+Blue) = 244+40+72=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F42848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42848 is #0BD7B7. Grayscale: #686868. Windows color (decimal): -776120 or 4729076. OLE color: 4729076.

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

Color convert

RGB 244 40 72 -
CMYK 0 0.84 0.70 0.04
HSL 350.59º 0.9% 0.56% -
HSV(B) 350.59º 0.84% 0.96% -
XYZ 39.24 21.22 8.16 -
YUV 104.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 244 40 72 0 0.84 0.70 0.04 350.59 0.9 0.56
Hex F4 28 48 0 54 46 4 15F 5A 38
Octal 364 50 110 0 124 106 4 537 132 70
Binary 11110100 101000 1001000 0 1010100 1000110 100 101011111 1011010 111000

Color Harmonies of #F42848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42848

Black with #F42848

Text Example


Text Example

White with #F42848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42848; }

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

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

background-color css

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

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

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

border-color css

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

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

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