Html Css Color HEX #F31E4C Amaranth

📋 copy color: '#F31E4C'

red 243 ◦ green 30 ◦ blue 76

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

Shades of Amaranth #F31E4C

Tints of Amaranth #F31E4C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 69.63%
G = 8.6%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F31E4C (or 0xF31E4C) is known color: Amaranth. HEX triplet: F3, 1E and 4C. RGB value is (243,30,76). Sum of RGB (Red+Green+Blue) = 243+30+76=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E4C is #0CE1B3. Grayscale: #626262. Windows color (decimal): -844212 or 4988659. OLE color: 4988659.

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

Color convert

RGB 243 30 76 -
CMYK 0 0.88 0.69 0.05
HSL 347.04º 0.9% 0.54% -
HSV(B) 347.04º 0.88% 0.95% -
XYZ 38.73 20.51 8.75 -
YUV 98.93 115.07 230.76 -
System Red Green Blue C M Y K H S L
Decimal 243 30 76 0 0.88 0.69 0.05 347.04 0.9 0.54
Hex F3 1E 4C 0 58 45 5 15B 5A 36
Octal 363 36 114 0 130 105 5 533 132 66
Binary 11110011 11110 1001100 0 1011000 1000101 101 101011011 1011010 110110

Color Harmonies of #F31E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E4C

Black with #F31E4C

Text Example


Text Example

White with #F31E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E4C; }

 p { color: rgb(243,30,76); }

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

background-color css

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

 a { background-color: rgb(243,30,76); }

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

border-color css

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

 span { border-color: rgb(243,30,76); }

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