Html Css Color HEX #F32447 Amaranth

📋 copy color: '#F32447'

red 243 ◦ green 36 ◦ blue 71

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

Shades of Amaranth #F32447

Tints of Amaranth #F32447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 69.43%
G = 10.29%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F32447 (or 0xF32447) is known color: Amaranth. HEX triplet: F3, 24 and 47. RGB value is (243,36,71). Sum of RGB (Red+Green+Blue) = 243+36+71=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32447 is #0CDBB8. Grayscale: #656565. Windows color (decimal): -842681 or 4662515. OLE color: 4662515.

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

Color convert

RGB 243 36 71 -
CMYK 0 0.85 0.71 0.05
HSL 349.86º 0.9% 0.55% -
HSV(B) 349.86º 0.85% 0.95% -
XYZ 38.73 20.77 7.93 -
YUV 101.88 110.58 228.65 -
System Red Green Blue C M Y K H S L
Decimal 243 36 71 0 0.85 0.71 0.05 349.86 0.9 0.55
Hex F3 24 47 0 55 47 5 15E 5A 37
Octal 363 44 107 0 125 107 5 536 132 67
Binary 11110011 100100 1000111 0 1010101 1000111 101 101011110 1011010 110111

Color Harmonies of #F32447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32447

Black with #F32447

Text Example


Text Example

White with #F32447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32447; }

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

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

background-color css

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

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

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

border-color css

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

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

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