Html Css Color HEX #F32C50 Amaranth

📋 copy color: '#F32C50'

red 243 ◦ green 44 ◦ blue 80

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

Shades of Amaranth #F32C50

Tints of Amaranth #F32C50

RGB

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

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

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

R = 66.21%
G = 11.99%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F32C50 (or 0xF32C50) is known color: Amaranth. HEX triplet: F3, 2C and 50. RGB value is (243,44,80). Sum of RGB (Red+Green+Blue) = 243+44+80=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C50 is #0CD3AF. Grayscale: #6B6B6B. Windows color (decimal): -840624 or 5254387. OLE color: 5254387.

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

Color convert

RGB 243 44 80 -
CMYK 0 0.82 0.67 0.05
HSL 349.15º 0.89% 0.56% -
HSV(B) 349.15º 0.82% 0.95% -
XYZ 39.31 21.44 9.65 -
YUV 107.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 243 44 80 0 0.82 0.67 0.05 349.15 0.89 0.56
Hex F3 2C 50 0 52 43 5 15D 59 38
Octal 363 54 120 0 122 103 5 535 131 70
Binary 11110011 101100 1010000 0 1010010 1000011 101 101011101 1011001 111000

Color Harmonies of #F32C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C50

Black with #F32C50

Text Example


Text Example

White with #F32C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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