Html Css Color HEX #F32648 Amaranth

📋 copy color: '#F32648'

red 243 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #F32648

Tints of Amaranth #F32648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

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

R = 68.84%
G = 10.76%
B = 20.4%

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

#F32648 (or 0xF32648) is known color: Amaranth. HEX triplet: F3, 26 and 48. RGB value is (243,38,72). Sum of RGB (Red+Green+Blue) = 243+38+72=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F32648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32648 is #0CD9B7. Grayscale: #676767. Windows color (decimal): -842168 or 4728563. OLE color: 4728563.

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

Color convert

RGB 243 38 72 -
CMYK 0 0.84 0.70 0.05
HSL 350.05º 0.9% 0.55% -
HSV(B) 350.05º 0.84% 0.95% -
XYZ 38.82 20.91 8.12 -
YUV 103.17 110.42 227.74 -
System Red Green Blue C M Y K H S L
Decimal 243 38 72 0 0.84 0.70 0.05 350.05 0.9 0.55
Hex F3 26 48 0 54 46 5 15E 5A 37
Octal 363 46 110 0 124 106 5 536 132 67
Binary 11110011 100110 1001000 0 1010100 1000110 101 101011110 1011010 110111

Color Harmonies of #F32648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32648

Black with #F32648

Text Example


Text Example

White with #F32648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32648; }

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

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

background-color css

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

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

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

border-color css

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

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

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