Html Css Color HEX #F32F4F Amaranth

📋 copy color: '#F32F4F'

red 243 ◦ green 47 ◦ blue 79

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

Shades of Amaranth #F32F4F

Tints of Amaranth #F32F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 65.85%
G = 12.74%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F32F4F (or 0xF32F4F) is known color: Amaranth. HEX triplet: F3, 2F and 4F. RGB value is (243,47,79). Sum of RGB (Red+Green+Blue) = 243+47+79=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F4F is #0CD0B0. Grayscale: #6D6D6D. Windows color (decimal): -839857 or 5189619. OLE color: 5189619.

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

Color convert

RGB 243 47 79 -
CMYK 0 0.81 0.67 0.05
HSL 350.2º 0.89% 0.57% -
HSV(B) 350.2º 0.81% 0.95% -
XYZ 39.39 21.65 9.5 -
YUV 109.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 243 47 79 0 0.81 0.67 0.05 350.2 0.89 0.57
Hex F3 2F 4F 0 51 43 5 15E 59 39
Octal 363 57 117 0 121 103 5 536 131 71
Binary 11110011 101111 1001111 0 1010001 1000011 101 101011110 1011001 111001

Color Harmonies of #F32F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F4F

Black with #F32F4F

Text Example


Text Example

White with #F32F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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