Html Css Color HEX #F32548 Amaranth

📋 copy color: '#F32548'

red 243 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #F32548

Tints of Amaranth #F32548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 69.03%
G = 10.51%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32548 (or 0xF32548) is known color: Amaranth. HEX triplet: F3, 25 and 48. RGB value is (243,37,72). Sum of RGB (Red+Green+Blue) = 243+37+72=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F32548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32548 is #0CDAB7. Grayscale: #666666. Windows color (decimal): -842424 or 4728307. OLE color: 4728307.

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

Color convert

RGB 243 37 72 -
CMYK 0 0.85 0.70 0.05
HSL 349.81º 0.9% 0.55% -
HSV(B) 349.81º 0.85% 0.95% -
XYZ 38.79 20.85 8.11 -
YUV 102.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 243 37 72 0 0.85 0.70 0.05 349.81 0.9 0.55
Hex F3 25 48 0 55 46 5 15E 5A 37
Octal 363 45 110 0 125 106 5 536 132 67
Binary 11110011 100101 1001000 0 1010101 1000110 101 101011110 1011010 110111

Color Harmonies of #F32548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32548

Black with #F32548

Text Example


Text Example

White with #F32548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32548; }

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

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

background-color css

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

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

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

border-color css

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

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

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