Html Css Color HEX #F42744 Amaranth

📋 copy color: '#F42744'

red 244 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #F42744

Tints of Amaranth #F42744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 69.52%
G = 11.11%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F42744 (or 0xF42744) is known color: Amaranth. HEX triplet: F4, 27 and 44. RGB value is (244,39,68). Sum of RGB (Red+Green+Blue) = 244+39+68=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F42744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42744 is #0BD8BB. Grayscale: #676767. Windows color (decimal): -776380 or 4466676. OLE color: 4466676.

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

Color convert

RGB 244 39 68 -
CMYK 0 0.84 0.72 0.04
HSL 351.51º 0.9% 0.55% -
HSV(B) 351.51º 0.84% 0.96% -
XYZ 39.08 21.1 7.48 -
YUV 103.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 244 39 68 0 0.84 0.72 0.04 351.51 0.9 0.55
Hex F4 27 44 0 54 48 4 160 5A 37
Octal 364 47 104 0 124 110 4 540 132 67
Binary 11110100 100111 1000100 0 1010100 1001000 100 101100000 1011010 110111

Color Harmonies of #F42744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42744

Black with #F42744

Text Example


Text Example

White with #F42744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42744; }

 p { color: rgb(244,39,68); }

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

background-color css

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

 a { background-color: rgb(244,39,68); }

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

border-color css

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

 span { border-color: rgb(244,39,68); }

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