Html Css Color HEX #F32259 Amaranth

📋 copy color: '#F32259'

red 243 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #F32259

Tints of Amaranth #F32259

RGB

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

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

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

R = 66.39%
G = 9.29%
B = 24.32%

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

#F32259 (or 0xF32259) is known color: Amaranth. HEX triplet: F3, 22 and 59. RGB value is (243,34,89). Sum of RGB (Red+Green+Blue) = 243+34+89=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F32259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32259 is #0CDDA6. Grayscale: #666666. Windows color (decimal): -843175 or 5841651. OLE color: 5841651.

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

Color convert

RGB 243 34 89 -
CMYK 0 0.86 0.63 0.05
HSL 344.21º 0.9% 0.54% -
HSV(B) 344.21º 0.86% 0.95% -
XYZ 39.34 20.92 11.42 -
YUV 102.76 120.24 228.03 -
System Red Green Blue C M Y K H S L
Decimal 243 34 89 0 0.86 0.63 0.05 344.21 0.9 0.54
Hex F3 22 59 0 56 3F 5 158 5A 36
Octal 363 42 131 0 126 77 5 530 132 66
Binary 11110011 100010 1011001 0 1010110 111111 101 101011000 1011010 110110

Color Harmonies of #F32259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32259

Black with #F32259

Text Example


Text Example

White with #F32259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32259; }

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

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

background-color css

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

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

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

border-color css

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

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

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