Html Css Color HEX #F32855 Amaranth

📋 copy color: '#F32855'

red 243 ◦ green 40 ◦ blue 85

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

Shades of Amaranth #F32855

Tints of Amaranth #F32855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 66.03%
G = 10.87%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F32855 (or 0xF32855) is known color: Amaranth. HEX triplet: F3, 28 and 55. RGB value is (243,40,85). Sum of RGB (Red+Green+Blue) = 243+40+85=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32855 is #0CD7AA. Grayscale: #696969. Windows color (decimal): -841643 or 5581043. OLE color: 5581043.

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

Color convert

RGB 243 40 85 -
CMYK 0 0.84 0.65 0.05
HSL 346.7º 0.89% 0.55% -
HSV(B) 346.7º 0.84% 0.95% -
XYZ 39.36 21.23 10.62 -
YUV 105.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 243 40 85 0 0.84 0.65 0.05 346.7 0.89 0.55
Hex F3 28 55 0 54 41 5 15B 59 37
Octal 363 50 125 0 124 101 5 533 131 67
Binary 11110011 101000 1010101 0 1010100 1000001 101 101011011 1011001 110111

Color Harmonies of #F32855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32855

Black with #F32855

Text Example


Text Example

White with #F32855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32855; }

 p { color: rgb(243,40,85); }

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

background-color css

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

 a { background-color: rgb(243,40,85); }

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

border-color css

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

 span { border-color: rgb(243,40,85); }

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