Html Css Color HEX #F32656 Amaranth

📋 copy color: '#F32656'

red 243 ◦ green 38 ◦ blue 86

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

Shades of Amaranth #F32656

Tints of Amaranth #F32656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

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

R = 66.21%
G = 10.35%
B = 23.43%

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

#F32656 (or 0xF32656) is known color: Amaranth. HEX triplet: F3, 26 and 56. RGB value is (243,38,86). Sum of RGB (Red+Green+Blue) = 243+38+86=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F32656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32656 is #0CD9A9. Grayscale: #686868. Windows color (decimal): -842154 or 5646067. OLE color: 5646067.

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

Color convert

RGB 243 38 86 -
CMYK 0 0.84 0.65 0.05
HSL 345.95º 0.9% 0.55% -
HSV(B) 345.95º 0.84% 0.95% -
XYZ 39.33 21.11 10.81 -
YUV 104.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 243 38 86 0 0.84 0.65 0.05 345.95 0.9 0.55
Hex F3 26 56 0 54 41 5 15A 5A 37
Octal 363 46 126 0 124 101 5 532 132 67
Binary 11110011 100110 1010110 0 1010100 1000001 101 101011010 1011010 110111

Color Harmonies of #F32656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32656

Black with #F32656

Text Example


Text Example

White with #F32656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32656; }

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

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

background-color css

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

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

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

border-color css

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

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

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