Html Css Color HEX #F32857 Amaranth

📋 copy color: '#F32857'

red 243 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #F32857

Tints of Amaranth #F32857

RGB

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

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

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

R = 65.68%
G = 10.81%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F32857 (or 0xF32857) is known color: Amaranth. HEX triplet: F3, 28 and 57. RGB value is (243,40,87). Sum of RGB (Red+Green+Blue) = 243+40+87=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F32857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32857 is #0CD7A8. Grayscale: #6A6A6A. Windows color (decimal): -841641 or 5712115. OLE color: 5712115.

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

Color convert

RGB 243 40 87 -
CMYK 0 0.84 0.64 0.05
HSL 346.11º 0.89% 0.55% -
HSV(B) 346.11º 0.84% 0.95% -
XYZ 39.44 21.26 11.04 -
YUV 106.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 243 40 87 0 0.84 0.64 0.05 346.11 0.89 0.55
Hex F3 28 57 0 54 40 5 15A 59 37
Octal 363 50 127 0 124 100 5 532 131 67
Binary 11110011 101000 1010111 0 1010100 1000000 101 101011010 1011001 110111

Color Harmonies of #F32857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32857

Black with #F32857

Text Example


Text Example

White with #F32857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32857; }

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

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

background-color css

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

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

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

border-color css

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

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

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