Html Css Color HEX #F32F48 Amaranth

📋 copy color: '#F32F48'

red 243 ◦ green 47 ◦ blue 72

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

Shades of Amaranth #F32F48

Tints of Amaranth #F32F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.98%

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

R = 67.13%
G = 12.98%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F32F48 (or 0xF32F48) is known color: Amaranth. HEX triplet: F3, 2F and 48. RGB value is (243,47,72). Sum of RGB (Red+Green+Blue) = 243+47+72=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F48 is #0CD0B7. Grayscale: #6C6C6C. Windows color (decimal): -839864 or 4730867. OLE color: 4730867.

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

Color convert

RGB 243 47 72 -
CMYK 0 0.81 0.70 0.05
HSL 352.35º 0.89% 0.57% -
HSV(B) 352.35º 0.81% 0.95% -
XYZ 39.15 21.56 8.23 -
YUV 108.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 243 47 72 0 0.81 0.70 0.05 352.35 0.89 0.57
Hex F3 2F 48 0 51 46 5 160 59 39
Octal 363 57 110 0 121 106 5 540 131 71
Binary 11110011 101111 1001000 0 1010001 1000110 101 101100000 1011001 111001

Color Harmonies of #F32F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F48

Black with #F32F48

Text Example


Text Example

White with #F32F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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