Html Css Color HEX #F31F5D Amaranth

📋 copy color: '#F31F5D'

red 243 ◦ green 31 ◦ blue 93

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

Shades of Amaranth #F31F5D

Tints of Amaranth #F31F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.45%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 66.21%
G = 8.45%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F31F5D (or 0xF31F5D) is known color: Amaranth. HEX triplet: F3, 1F and 5D. RGB value is (243,31,93). Sum of RGB (Red+Green+Blue) = 243+31+93=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F5D is #0CE0A2. Grayscale: #656565. Windows color (decimal): -843939 or 6103027. OLE color: 6103027.

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

Color convert

RGB 243 31 93 -
CMYK 0 0.87 0.62 0.05
HSL 342.45º 0.9% 0.54% -
HSV(B) 342.45º 0.87% 0.95% -
XYZ 39.43 20.82 12.3 -
YUV 101.46 123.24 228.96 -
System Red Green Blue C M Y K H S L
Decimal 243 31 93 0 0.87 0.62 0.05 342.45 0.9 0.54
Hex F3 1F 5D 0 57 3E 5 156 5A 36
Octal 363 37 135 0 127 76 5 526 132 66
Binary 11110011 11111 1011101 0 1010111 111110 101 101010110 1011010 110110

Color Harmonies of #F31F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F5D

Black with #F31F5D

Text Example


Text Example

White with #F31F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F5D; }

 p { color: rgb(243,31,93); }

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

background-color css

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

 a { background-color: rgb(243,31,93); }

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

border-color css

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

 span { border-color: rgb(243,31,93); }

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