Html Css Color HEX #F32454 Amaranth

📋 copy color: '#F32454'

red 243 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #F32454

Tints of Amaranth #F32454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 66.94%
G = 9.92%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F32454 (or 0xF32454) is known color: Amaranth. HEX triplet: F3, 24 and 54. RGB value is (243,36,84). Sum of RGB (Red+Green+Blue) = 243+36+84=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32454 is #0CDBAB. Grayscale: #676767. Windows color (decimal): -842668 or 5514483. OLE color: 5514483.

HSL color Cylindrical-coordinate representation of color #F32454: hue angle of 346.09º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32454 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 36 84 -
CMYK 0 0.85 0.65 0.05
HSL 346.09º 0.9% 0.55% -
HSV(B) 346.09º 0.85% 0.95% -
XYZ 39.19 20.96 10.37 -
YUV 103.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 243 36 84 0 0.85 0.65 0.05 346.09 0.9 0.55
Hex F3 24 54 0 55 41 5 15A 5A 37
Octal 363 44 124 0 125 101 5 532 132 67
Binary 11110011 100100 1010100 0 1010101 1000001 101 101011010 1011010 110111

Color Harmonies of #F32454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32454

Black with #F32454

Text Example


Text Example

White with #F32454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32454; }

 p { color: rgb(243,36,84); }

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

background-color css

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

 a { background-color: rgb(243,36,84); }

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

border-color css

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

 span { border-color: rgb(243,36,84); }

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