Html Css Color HEX #F32959 Amaranth

📋 copy color: '#F32959'

red 243 ◦ green 41 ◦ blue 89

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

Shades of Amaranth #F32959

Tints of Amaranth #F32959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

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

R = 65.15%
G = 10.99%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F32959 (or 0xF32959) is known color: Amaranth. HEX triplet: F3, 29 and 59. RGB value is (243,41,89). Sum of RGB (Red+Green+Blue) = 243+41+89=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F32959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32959 is #0CD6A6. Grayscale: #6A6A6A. Windows color (decimal): -841383 or 5843443. OLE color: 5843443.

HSL color Cylindrical-coordinate representation of color #F32959: hue angle of 345.74º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32959 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 89 -
CMYK 0 0.83 0.63 0.05
HSL 345.74º 0.89% 0.56% -
HSV(B) 345.74º 0.83% 0.95% -
XYZ 39.56 21.36 11.49 -
YUV 106.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 243 41 89 0 0.83 0.63 0.05 345.74 0.89 0.56
Hex F3 29 59 0 53 3F 5 15A 59 38
Octal 363 51 131 0 123 77 5 532 131 70
Binary 11110011 101001 1011001 0 1010011 111111 101 101011010 1011001 111000

Color Harmonies of #F32959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32959

Black with #F32959

Text Example


Text Example

White with #F32959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32959; }

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

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

background-color css

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

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

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

border-color css

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

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

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