Html Css Color HEX #F32F45 Amaranth

📋 copy color: '#F32F45'

red 243 ◦ green 47 ◦ blue 69

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

Shades of Amaranth #F32F45

Tints of Amaranth #F32F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 67.69%
G = 13.09%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F32F45 (or 0xF32F45) is known color: Amaranth. HEX triplet: F3, 2F and 45. RGB value is (243,47,69). Sum of RGB (Red+Green+Blue) = 243+47+69=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F45 is #0CD0BA. Grayscale: #6C6C6C. Windows color (decimal): -839867 or 4534259. OLE color: 4534259.

HSL color Cylindrical-coordinate representation of color #F32F45: hue angle of 353.27º 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 #F32F45 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 47 69 -
CMYK 0 0.81 0.72 0.05
HSL 353.27º 0.89% 0.57% -
HSV(B) 353.27º 0.81% 0.95% -
XYZ 39.05 21.52 7.73 -
YUV 108.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 243 47 69 0 0.81 0.72 0.05 353.27 0.89 0.57
Hex F3 2F 45 0 51 48 5 161 59 39
Octal 363 57 105 0 121 110 5 541 131 71
Binary 11110011 101111 1000101 0 1010001 1001000 101 101100001 1011001 111001

Color Harmonies of #F32F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F45

Black with #F32F45

Text Example


Text Example

White with #F32F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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