Html Css Color HEX #F32948 Amaranth

📋 copy color: '#F32948'

red 243 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #F32948

Tints of Amaranth #F32948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.52%

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

R = 68.26%
G = 11.52%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32948 (or 0xF32948) is known color: Amaranth. HEX triplet: F3, 29 and 48. RGB value is (243,41,72). Sum of RGB (Red+Green+Blue) = 243+41+72=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F32948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32948 is #0CD6B7. Grayscale: #696969. Windows color (decimal): -841400 or 4729331. OLE color: 4729331.

HSL color Cylindrical-coordinate representation of color #F32948: hue angle of 350.79º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32948 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 72 -
CMYK 0 0.83 0.70 0.05
HSL 350.79º 0.89% 0.56% -
HSV(B) 350.79º 0.83% 0.95% -
XYZ 38.92 21.11 8.15 -
YUV 104.93 109.42 226.48 -
System Red Green Blue C M Y K H S L
Decimal 243 41 72 0 0.83 0.70 0.05 350.79 0.89 0.56
Hex F3 29 48 0 53 46 5 15F 59 38
Octal 363 51 110 0 123 106 5 537 131 70
Binary 11110011 101001 1001000 0 1010011 1000110 101 101011111 1011001 111000

Color Harmonies of #F32948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32948

Black with #F32948

Text Example


Text Example

White with #F32948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32948; }

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

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

background-color css

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

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

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

border-color css

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

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

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