Html Css Color HEX #F32149 Amaranth

📋 copy color: '#F32149'

red 243 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #F32149

Tints of Amaranth #F32149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.46%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 69.63%
G = 9.46%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32149 (or 0xF32149) is known color: Amaranth. HEX triplet: F3, 21 and 49. RGB value is (243,33,73). Sum of RGB (Red+Green+Blue) = 243+33+73=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F32149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32149 is #0CDEB6. Grayscale: #646464. Windows color (decimal): -843447 or 4792819. OLE color: 4792819.

HSL color Cylindrical-coordinate representation of color #F32149: hue angle of 348.57º 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 #F32149 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 33 73 -
CMYK 0 0.86 0.70 0.05
HSL 348.57º 0.9% 0.54% -
HSV(B) 348.57º 0.86% 0.95% -
XYZ 38.71 20.62 8.24 -
YUV 100.35 112.57 229.75 -
System Red Green Blue C M Y K H S L
Decimal 243 33 73 0 0.86 0.70 0.05 348.57 0.9 0.54
Hex F3 21 49 0 56 46 5 15D 5A 36
Octal 363 41 111 0 126 106 5 535 132 66
Binary 11110011 100001 1001001 0 1010110 1000110 101 101011101 1011010 110110

Color Harmonies of #F32149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32149

Black with #F32149

Text Example


Text Example

White with #F32149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32149; }

 p { color: rgb(243,33,73); }

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

background-color css

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

 a { background-color: rgb(243,33,73); }

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

border-color css

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

 span { border-color: rgb(243,33,73); }

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