Html Css Color HEX #F32E50 Amaranth

📋 copy color: '#F32E50'

red 243 ◦ green 46 ◦ blue 80

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

Shades of Amaranth #F32E50

Tints of Amaranth #F32E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.47%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 65.85%
G = 12.47%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F32E50 (or 0xF32E50) is known color: Amaranth. HEX triplet: F3, 2E and 50. RGB value is (243,46,80). Sum of RGB (Red+Green+Blue) = 243+46+80=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32E50 is #0CD1AF. Grayscale: #6C6C6C. Windows color (decimal): -840112 or 5254899. OLE color: 5254899.

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

Color convert

RGB 243 46 80 -
CMYK 0 0.81 0.67 0.05
HSL 349.64º 0.89% 0.57% -
HSV(B) 349.64º 0.81% 0.95% -
XYZ 39.39 21.59 9.68 -
YUV 108.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 243 46 80 0 0.81 0.67 0.05 349.64 0.89 0.57
Hex F3 2E 50 0 51 43 5 15E 59 39
Octal 363 56 120 0 121 103 5 536 131 71
Binary 11110011 101110 1010000 0 1010001 1000011 101 101011110 1011001 111001

Color Harmonies of #F32E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E50

Black with #F32E50

Text Example


Text Example

White with #F32E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E50; }

 p { color: rgb(243,46,80); }

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

background-color css

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

 a { background-color: rgb(243,46,80); }

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

border-color css

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

 span { border-color: rgb(243,46,80); }

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