Html Css Color HEX #F32043 Amaranth

📋 copy color: '#F32043'

red 243 ◦ green 32 ◦ blue 67

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

Shades of Amaranth #F32043

Tints of Amaranth #F32043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

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

R = 71.05%
G = 9.36%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F32043 (or 0xF32043) is known color: Amaranth. HEX triplet: F3, 20 and 43. RGB value is (243,32,67). Sum of RGB (Red+Green+Blue) = 243+32+67=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F32043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32043 is #0CDFBC. Grayscale: #636363. Windows color (decimal): -843709 or 4399347. OLE color: 4399347.

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

Color convert

RGB 243 32 67 -
CMYK 0 0.87 0.72 0.05
HSL 350.05º 0.9% 0.54% -
HSV(B) 350.05º 0.87% 0.95% -
XYZ 38.49 20.49 7.24 -
YUV 99.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 243 32 67 0 0.87 0.72 0.05 350.05 0.9 0.54
Hex F3 20 43 0 57 48 5 15E 5A 36
Octal 363 40 103 0 127 110 5 536 132 66
Binary 11110011 100000 1000011 0 1010111 1001000 101 101011110 1011010 110110

Color Harmonies of #F32043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32043

Black with #F32043

Text Example


Text Example

White with #F32043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32043; }

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

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

background-color css

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

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

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

border-color css

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

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

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