Html Css Color HEX #F32F4A Amaranth

📋 copy color: '#F32F4A'

red 243 ◦ green 47 ◦ blue 74

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

Shades of Amaranth #F32F4A

Tints of Amaranth #F32F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.33%

R = 66.76%
G = 12.91%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32F4A (or 0xF32F4A) is known color: Amaranth. HEX triplet: F3, 2F and 4A. RGB value is (243,47,74). Sum of RGB (Red+Green+Blue) = 243+47+74=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F4A is #0CD0B5. Grayscale: #6C6C6C. Windows color (decimal): -839862 or 4861939. OLE color: 4861939.

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

Color convert

RGB 243 47 74 -
CMYK 0 0.81 0.70 0.05
HSL 351.73º 0.89% 0.57% -
HSV(B) 351.73º 0.81% 0.95% -
XYZ 39.21 21.58 8.58 -
YUV 108.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 243 47 74 0 0.81 0.70 0.05 351.73 0.89 0.57
Hex F3 2F 4A 0 51 46 5 160 59 39
Octal 363 57 112 0 121 106 5 540 131 71
Binary 11110011 101111 1001010 0 1010001 1000110 101 101100000 1011001 111001

Color Harmonies of #F32F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F4A

Black with #F32F4A

Text Example


Text Example

White with #F32F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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