Html Css Color HEX #F43344 Amaranth

📋 copy color: '#F43344'

red 244 ◦ green 51 ◦ blue 68

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

Shades of Amaranth #F43344

Tints of Amaranth #F43344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

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

R = 67.22%
G = 14.05%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F43344 (or 0xF43344) is known color: Amaranth. HEX triplet: F4, 33 and 44. RGB value is (244,51,68). Sum of RGB (Red+Green+Blue) = 244+51+68=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F43344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43344 is #0BCCBB. Grayscale: #6E6E6E. Windows color (decimal): -773308 or 4469748. OLE color: 4469748.

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

Color convert

RGB 244 51 68 -
CMYK 0 0.79 0.72 0.04
HSL 354.72º 0.9% 0.58% -
HSV(B) 354.72º 0.79% 0.96% -
XYZ 39.54 22.02 7.64 -
YUV 110.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 244 51 68 0 0.79 0.72 0.04 354.72 0.9 0.58
Hex F4 33 44 0 4F 48 4 163 5A 3A
Octal 364 63 104 0 117 110 4 543 132 72
Binary 11110100 110011 1000100 0 1001111 1001000 100 101100011 1011010 111010

Color Harmonies of #F43344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43344

Black with #F43344

Text Example


Text Example

White with #F43344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43344; }

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

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

background-color css

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

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

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

border-color css

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

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

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