Html Css Color HEX #F32348 Amaranth

📋 copy color: '#F32348'

red 243 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #F32348

Tints of Amaranth #F32348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

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

R = 69.43%
G = 10%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32348 (or 0xF32348) is known color: Amaranth. HEX triplet: F3, 23 and 48. RGB value is (243,35,72). Sum of RGB (Red+Green+Blue) = 243+35+72=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32348 is #0CDCB7. Grayscale: #656565. Windows color (decimal): -842936 or 4727795. OLE color: 4727795.

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

Color convert

RGB 243 35 72 -
CMYK 0 0.86 0.70 0.05
HSL 349.33º 0.9% 0.55% -
HSV(B) 349.33º 0.86% 0.95% -
XYZ 38.73 20.72 8.09 -
YUV 101.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 243 35 72 0 0.86 0.70 0.05 349.33 0.9 0.55
Hex F3 23 48 0 56 46 5 15D 5A 37
Octal 363 43 110 0 126 106 5 535 132 67
Binary 11110011 100011 1001000 0 1010110 1000110 101 101011101 1011010 110111

Color Harmonies of #F32348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32348

Black with #F32348

Text Example


Text Example

White with #F32348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32348; }

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

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

background-color css

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

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

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

border-color css

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

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

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