Html Css Color HEX #F32856 Amaranth

📋 copy color: '#F32856'

red 243 ◦ green 40 ◦ blue 86

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

Shades of Amaranth #F32856

Tints of Amaranth #F32856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 65.85%
G = 10.84%
B = 23.31%

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

#F32856 (or 0xF32856) is known color: Amaranth. HEX triplet: F3, 28 and 56. RGB value is (243,40,86). Sum of RGB (Red+Green+Blue) = 243+40+86=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F32856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32856 is #0CD7A9. Grayscale: #696969. Windows color (decimal): -841642 or 5646579. OLE color: 5646579.

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

Color convert

RGB 243 40 86 -
CMYK 0 0.84 0.65 0.05
HSL 346.4º 0.89% 0.55% -
HSV(B) 346.4º 0.84% 0.95% -
XYZ 39.4 21.24 10.83 -
YUV 105.94 116.75 225.76 -
System Red Green Blue C M Y K H S L
Decimal 243 40 86 0 0.84 0.65 0.05 346.4 0.89 0.55
Hex F3 28 56 0 54 41 5 15A 59 37
Octal 363 50 126 0 124 101 5 532 131 67
Binary 11110011 101000 1010110 0 1010100 1000001 101 101011010 1011001 110111

Color Harmonies of #F32856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32856

Black with #F32856

Text Example


Text Example

White with #F32856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32856; }

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

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

background-color css

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

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

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

border-color css

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

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

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