Html Css Color HEX #F32848 Amaranth

📋 copy color: '#F32848'

red 243 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #F32848

Tints of Amaranth #F32848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 68.45%
G = 11.27%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32848 (or 0xF32848) is known color: Amaranth. HEX triplet: F3, 28 and 48. RGB value is (243,40,72). Sum of RGB (Red+Green+Blue) = 243+40+72=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F32848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32848 is #0CD7B7. Grayscale: #686868. Windows color (decimal): -841656 or 4729075. OLE color: 4729075.

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

Color convert

RGB 243 40 72 -
CMYK 0 0.84 0.70 0.05
HSL 350.54º 0.89% 0.55% -
HSV(B) 350.54º 0.84% 0.95% -
XYZ 38.89 21.04 8.14 -
YUV 104.35 109.75 226.9 -
System Red Green Blue C M Y K H S L
Decimal 243 40 72 0 0.84 0.70 0.05 350.54 0.89 0.55
Hex F3 28 48 0 54 46 5 15F 59 37
Octal 363 50 110 0 124 106 5 537 131 67
Binary 11110011 101000 1001000 0 1010100 1000110 101 101011111 1011001 110111

Color Harmonies of #F32848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32848

Black with #F32848

Text Example


Text Example

White with #F32848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32848; }

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

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

background-color css

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

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

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

border-color css

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

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

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