Html Css Color HEX #F32257 Amaranth

📋 copy color: '#F32257'

red 243 ◦ green 34 ◦ blue 87

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

Shades of Amaranth #F32257

Tints of Amaranth #F32257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.34%

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

R = 66.76%
G = 9.34%
B = 23.9%

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

#F32257 (or 0xF32257) is known color: Amaranth. HEX triplet: F3, 22 and 57. RGB value is (243,34,87). Sum of RGB (Red+Green+Blue) = 243+34+87=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F32257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32257 is #0CDDA8. Grayscale: #666666. Windows color (decimal): -843177 or 5710579. OLE color: 5710579.

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

Color convert

RGB 243 34 87 -
CMYK 0 0.86 0.64 0.05
HSL 344.78º 0.9% 0.54% -
HSV(B) 344.78º 0.86% 0.95% -
XYZ 39.25 20.89 10.98 -
YUV 102.53 119.24 228.19 -
System Red Green Blue C M Y K H S L
Decimal 243 34 87 0 0.86 0.64 0.05 344.78 0.9 0.54
Hex F3 22 57 0 56 40 5 159 5A 36
Octal 363 42 127 0 126 100 5 531 132 66
Binary 11110011 100010 1010111 0 1010110 1000000 101 101011001 1011010 110110

Color Harmonies of #F32257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32257

Black with #F32257

Text Example


Text Example

White with #F32257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32257; }

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

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

background-color css

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

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

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

border-color css

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

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

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