Html Css Color HEX #F32148 Amaranth

📋 copy color: '#F32148'

red 243 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #F32148

Tints of Amaranth #F32148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 69.83%
G = 9.48%
B = 20.69%

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

#F32148 (or 0xF32148) is known color: Amaranth. HEX triplet: F3, 21 and 48. RGB value is (243,33,72). Sum of RGB (Red+Green+Blue) = 243+33+72=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F32148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32148 is #0CDEB7. Grayscale: #646464. Windows color (decimal): -843448 or 4727283. OLE color: 4727283.

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

Color convert

RGB 243 33 72 -
CMYK 0 0.86 0.70 0.05
HSL 348.86º 0.9% 0.54% -
HSV(B) 348.86º 0.86% 0.95% -
XYZ 38.68 20.61 8.07 -
YUV 100.24 112.07 229.83 -
System Red Green Blue C M Y K H S L
Decimal 243 33 72 0 0.86 0.70 0.05 348.86 0.9 0.54
Hex F3 21 48 0 56 46 5 15D 5A 36
Octal 363 41 110 0 126 106 5 535 132 66
Binary 11110011 100001 1001000 0 1010110 1000110 101 101011101 1011010 110110

Color Harmonies of #F32148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32148

Black with #F32148

Text Example


Text Example

White with #F32148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32148; }

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

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

background-color css

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

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

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

border-color css

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

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

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