Html Css Color HEX #F32C46 Amaranth

📋 copy color: '#F32C46'

red 243 ◦ green 44 ◦ blue 70

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

Shades of Amaranth #F32C46

Tints of Amaranth #F32C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 68.07%
G = 12.32%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F32C46 (or 0xF32C46) is known color: Amaranth. HEX triplet: F3, 2C and 46. RGB value is (243,44,70). Sum of RGB (Red+Green+Blue) = 243+44+70=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C46 is #0CD3B9. Grayscale: #6A6A6A. Windows color (decimal): -840634 or 4599027. OLE color: 4599027.

HSL color Cylindrical-coordinate representation of color #F32C46: hue angle of 352.16º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C46 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 44 70 -
CMYK 0 0.82 0.71 0.05
HSL 352.16º 0.89% 0.56% -
HSV(B) 352.16º 0.82% 0.95% -
XYZ 38.97 21.3 7.85 -
YUV 106.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 243 44 70 0 0.82 0.71 0.05 352.16 0.89 0.56
Hex F3 2C 46 0 52 47 5 160 59 38
Octal 363 54 106 0 122 107 5 540 131 70
Binary 11110011 101100 1000110 0 1010010 1000111 101 101100000 1011001 111000

Color Harmonies of #F32C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C46

Black with #F32C46

Text Example


Text Example

White with #F32C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C46; }

 p { color: rgb(243,44,70); }

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

background-color css

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

 a { background-color: rgb(243,44,70); }

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

border-color css

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

 span { border-color: rgb(243,44,70); }

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