Html Css Color HEX #F32254 Amaranth

📋 copy color: '#F32254'

red 243 ◦ green 34 ◦ blue 84

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

Shades of Amaranth #F32254

Tints of Amaranth #F32254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

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

R = 67.31%
G = 9.42%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F32254 (or 0xF32254) is known color: Amaranth. HEX triplet: F3, 22 and 54. RGB value is (243,34,84). Sum of RGB (Red+Green+Blue) = 243+34+84=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F32254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32254 is #0CDDAB. Grayscale: #666666. Windows color (decimal): -843180 or 5513971. OLE color: 5513971.

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

Color convert

RGB 243 34 84 -
CMYK 0 0.86 0.65 0.05
HSL 345.65º 0.9% 0.54% -
HSV(B) 345.65º 0.86% 0.95% -
XYZ 39.13 20.84 10.35 -
YUV 102.19 117.74 228.43 -
System Red Green Blue C M Y K H S L
Decimal 243 34 84 0 0.86 0.65 0.05 345.65 0.9 0.54
Hex F3 22 54 0 56 41 5 15A 5A 36
Octal 363 42 124 0 126 101 5 532 132 66
Binary 11110011 100010 1010100 0 1010110 1000001 101 101011010 1011010 110110

Color Harmonies of #F32254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32254

Black with #F32254

Text Example


Text Example

White with #F32254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32254; }

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

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

background-color css

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

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

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

border-color css

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

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

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