Html Css Color HEX #F43243 Amaranth

📋 copy color: '#F43243'

red 244 ◦ green 50 ◦ blue 67

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

Shades of Amaranth #F43243

Tints of Amaranth #F43243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

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

R = 67.59%
G = 13.85%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F43243 (or 0xF43243) is known color: Amaranth. HEX triplet: F4, 32 and 43. RGB value is (244,50,67). Sum of RGB (Red+Green+Blue) = 244+50+67=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F43243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43243 is #0BCDBC. Grayscale: #6E6E6E. Windows color (decimal): -773565 or 4403956. OLE color: 4403956.

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

Color convert

RGB 244 50 67 -
CMYK 0 0.80 0.73 0.04
HSL 354.74º 0.9% 0.58% -
HSV(B) 354.74º 0.8% 0.96% -
XYZ 39.46 21.92 7.46 -
YUV 109.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 244 50 67 0 0.80 0.73 0.04 354.74 0.9 0.58
Hex F4 32 43 0 50 49 4 163 5A 3A
Octal 364 62 103 0 120 111 4 543 132 72
Binary 11110100 110010 1000011 0 1010000 1001001 100 101100011 1011010 111010

Color Harmonies of #F43243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43243

Black with #F43243

Text Example


Text Example

White with #F43243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43243; }

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

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

background-color css

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

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

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

border-color css

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

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

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