Html Css Color HEX #F31D4F Amaranth

📋 copy color: '#F31D4F'

red 243 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #F31D4F

Tints of Amaranth #F31D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

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

R = 69.23%
G = 8.26%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F31D4F (or 0xF31D4F) is known color: Amaranth. HEX triplet: F3, 1D and 4F. RGB value is (243,29,79). Sum of RGB (Red+Green+Blue) = 243+29+79=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D4F is #0CE2B0. Grayscale: #626262. Windows color (decimal): -844465 or 5185011. OLE color: 5185011.

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

Color convert

RGB 243 29 79 -
CMYK 0 0.88 0.67 0.05
HSL 345.98º 0.9% 0.53% -
HSV(B) 345.98º 0.88% 0.95% -
XYZ 38.81 20.5 9.31 -
YUV 98.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 243 29 79 0 0.88 0.67 0.05 345.98 0.9 0.53
Hex F3 1D 4F 0 58 43 5 15A 5A 35
Octal 363 35 117 0 130 103 5 532 132 65
Binary 11110011 11101 1001111 0 1011000 1000011 101 101011010 1011010 110101

Color Harmonies of #F31D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31D4F

Black with #F31D4F

Text Example


Text Example

White with #F31D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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