Html Css Color HEX #F32844 Amaranth

📋 copy color: '#F32844'

red 243 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #F32844

Tints of Amaranth #F32844

RGB

 RED value IS 243 (95.31% from 255) = 69.23%

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

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

R = 69.23%
G = 11.4%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F32844 (or 0xF32844) is known color: Amaranth. HEX triplet: F3, 28 and 44. RGB value is (243,40,68). Sum of RGB (Red+Green+Blue) = 243+40+68=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F32844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32844 is #0CD7BB. Grayscale: #676767. Windows color (decimal): -841660 or 4466931. OLE color: 4466931.

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

Color convert

RGB 243 40 68 -
CMYK 0 0.84 0.72 0.05
HSL 351.72º 0.89% 0.55% -
HSV(B) 351.72º 0.84% 0.95% -
XYZ 38.76 20.99 7.48 -
YUV 103.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 243 40 68 0 0.84 0.72 0.05 351.72 0.89 0.55
Hex F3 28 44 0 54 48 5 160 59 37
Octal 363 50 104 0 124 110 5 540 131 67
Binary 11110011 101000 1000100 0 1010100 1001000 101 101100000 1011001 110111

Color Harmonies of #F32844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32844

Black with #F32844

Text Example


Text Example

White with #F32844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32844; }

 p { color: rgb(243,40,68); }

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

background-color css

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

 a { background-color: rgb(243,40,68); }

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

border-color css

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

 span { border-color: rgb(243,40,68); }

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