Html Css Color HEX #F32D50 Amaranth

📋 copy color: '#F32D50'

red 243 ◦ green 45 ◦ blue 80

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

Shades of Amaranth #F32D50

Tints of Amaranth #F32D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

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

R = 66.03%
G = 12.23%
B = 21.74%

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

#F32D50 (or 0xF32D50) is known color: Amaranth. HEX triplet: F3, 2D and 50. RGB value is (243,45,80). Sum of RGB (Red+Green+Blue) = 243+45+80=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D50 is #0CD2AF. Grayscale: #6C6C6C. Windows color (decimal): -840368 or 5254643. OLE color: 5254643.

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

Color convert

RGB 243 45 80 -
CMYK 0 0.81 0.67 0.05
HSL 349.39º 0.89% 0.56% -
HSV(B) 349.39º 0.81% 0.95% -
XYZ 39.35 21.51 9.67 -
YUV 108.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 243 45 80 0 0.81 0.67 0.05 349.39 0.89 0.56
Hex F3 2D 50 0 51 43 5 15D 59 38
Octal 363 55 120 0 121 103 5 535 131 70
Binary 11110011 101101 1010000 0 1010001 1000011 101 101011101 1011001 111000

Color Harmonies of #F32D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32D50

Black with #F32D50

Text Example


Text Example

White with #F32D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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