Html Css Color HEX #F32157 Amaranth

📋 copy color: '#F32157'

red 243 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #F32157

Tints of Amaranth #F32157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 66.94%
G = 9.09%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F32157 (or 0xF32157) is known color: Amaranth. HEX triplet: F3, 21 and 57. RGB value is (243,33,87). Sum of RGB (Red+Green+Blue) = 243+33+87=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F32157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32157 is #0CDEA8. Grayscale: #656565. Windows color (decimal): -843433 or 5710323. OLE color: 5710323.

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

Color convert

RGB 243 33 87 -
CMYK 0 0.86 0.64 0.05
HSL 344.57º 0.9% 0.54% -
HSV(B) 344.57º 0.86% 0.95% -
XYZ 39.23 20.83 10.97 -
YUV 101.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 243 33 87 0 0.86 0.64 0.05 344.57 0.9 0.54
Hex F3 21 57 0 56 40 5 159 5A 36
Octal 363 41 127 0 126 100 5 531 132 66
Binary 11110011 100001 1010111 0 1010110 1000000 101 101011001 1011010 110110

Color Harmonies of #F32157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32157

Black with #F32157

Text Example


Text Example

White with #F32157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32157; }

 p { color: rgb(243,33,87); }

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

background-color css

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

 a { background-color: rgb(243,33,87); }

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

border-color css

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

 span { border-color: rgb(243,33,87); }

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