Html Css Color HEX #F32243 Amaranth

📋 copy color: '#F32243'

red 243 ◦ green 34 ◦ blue 67

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

Shades of Amaranth #F32243

Tints of Amaranth #F32243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

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

R = 70.64%
G = 9.88%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F32243 (or 0xF32243) is known color: Amaranth. HEX triplet: F3, 22 and 43. RGB value is (243,34,67). Sum of RGB (Red+Green+Blue) = 243+34+67=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F32243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32243 is #0CDDBC. Grayscale: #646464. Windows color (decimal): -843197 or 4399859. OLE color: 4399859.

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

Color convert

RGB 243 34 67 -
CMYK 0 0.86 0.72 0.05
HSL 350.53º 0.9% 0.54% -
HSV(B) 350.53º 0.86% 0.95% -
XYZ 38.55 20.6 7.26 -
YUV 100.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 243 34 67 0 0.86 0.72 0.05 350.53 0.9 0.54
Hex F3 22 43 0 56 48 5 15F 5A 36
Octal 363 42 103 0 126 110 5 537 132 66
Binary 11110011 100010 1000011 0 1010110 1001000 101 101011111 1011010 110110

Color Harmonies of #F32243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32243

Black with #F32243

Text Example


Text Example

White with #F32243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32243; }

 p { color: rgb(243,34,67); }

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

background-color css

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

 a { background-color: rgb(243,34,67); }

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

border-color css

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

 span { border-color: rgb(243,34,67); }

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