Html Css Color HEX #F32159 Amaranth

📋 copy color: '#F32159'

red 243 ◦ green 33 ◦ blue 89

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

Shades of Amaranth #F32159

Tints of Amaranth #F32159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

 BLUE value IS 89 (35.16% from 255) = 24.38%

R = 66.58%
G = 9.04%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F32159 (or 0xF32159) is known color: Amaranth. HEX triplet: F3, 21 and 59. RGB value is (243,33,89). Sum of RGB (Red+Green+Blue) = 243+33+89=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F32159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32159 is #0CDEA6. Grayscale: #666666. Windows color (decimal): -843431 or 5841395. OLE color: 5841395.

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

Color convert

RGB 243 33 89 -
CMYK 0 0.86 0.63 0.05
HSL 344º 0.9% 0.54% -
HSV(B) 344º 0.86% 0.95% -
XYZ 39.31 20.86 11.41 -
YUV 102.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 243 33 89 0 0.86 0.63 0.05 344 0.9 0.54
Hex F3 21 59 0 56 3F 5 158 5A 36
Octal 363 41 131 0 126 77 5 530 132 66
Binary 11110011 100001 1011001 0 1010110 111111 101 101011000 1011010 110110

Color Harmonies of #F32159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32159

Black with #F32159

Text Example


Text Example

White with #F32159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32159; }

 p { color: rgb(243,33,89); }

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

background-color css

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

 a { background-color: rgb(243,33,89); }

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

border-color css

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

 span { border-color: rgb(243,33,89); }

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