Html Css Color HEX #F32F46 Amaranth

📋 copy color: '#F32F46'

red 243 ◦ green 47 ◦ blue 70

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

Shades of Amaranth #F32F46

Tints of Amaranth #F32F46

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.06%

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

R = 67.5%
G = 13.06%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F32F46 (or 0xF32F46) is known color: Amaranth. HEX triplet: F3, 2F and 46. RGB value is (243,47,70). Sum of RGB (Red+Green+Blue) = 243+47+70=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F46 is #0CD0B9. Grayscale: #6C6C6C. Windows color (decimal): -839866 or 4599795. OLE color: 4599795.

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

Color convert

RGB 243 47 70 -
CMYK 0 0.81 0.71 0.05
HSL 352.96º 0.89% 0.57% -
HSV(B) 352.96º 0.81% 0.95% -
XYZ 39.08 21.53 7.89 -
YUV 108.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 243 47 70 0 0.81 0.71 0.05 352.96 0.89 0.57
Hex F3 2F 46 0 51 47 5 161 59 39
Octal 363 57 106 0 121 107 5 541 131 71
Binary 11110011 101111 1000110 0 1010001 1000111 101 101100001 1011001 111001

Color Harmonies of #F32F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F46

Black with #F32F46

Text Example


Text Example

White with #F32F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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