Html Css Color HEX #F32556 Amaranth

📋 copy color: '#F32556'

red 243 ◦ green 37 ◦ blue 86

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

Shades of Amaranth #F32556

Tints of Amaranth #F32556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

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

R = 66.39%
G = 10.11%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F32556 (or 0xF32556) is known color: Amaranth. HEX triplet: F3, 25 and 56. RGB value is (243,37,86). Sum of RGB (Red+Green+Blue) = 243+37+86=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F32556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32556 is #0CDAA9. Grayscale: #686868. Windows color (decimal): -842410 or 5645811. OLE color: 5645811.

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

Color convert

RGB 243 37 86 -
CMYK 0 0.85 0.65 0.05
HSL 345.73º 0.9% 0.55% -
HSV(B) 345.73º 0.85% 0.95% -
XYZ 39.3 21.05 10.8 -
YUV 104.18 117.75 227.02 -
System Red Green Blue C M Y K H S L
Decimal 243 37 86 0 0.85 0.65 0.05 345.73 0.9 0.55
Hex F3 25 56 0 55 41 5 15A 5A 37
Octal 363 45 126 0 125 101 5 532 132 67
Binary 11110011 100101 1010110 0 1010101 1000001 101 101011010 1011010 110111

Color Harmonies of #F32556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32556

Black with #F32556

Text Example


Text Example

White with #F32556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32556; }

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

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

background-color css

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

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

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

border-color css

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

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

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