Html Css Color HEX #F31E56 Amaranth

📋 copy color: '#F31E56'

red 243 ◦ green 30 ◦ blue 86

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

Shades of Amaranth #F31E56

Tints of Amaranth #F31E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.96%

R = 67.69%
G = 8.36%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F31E56 (or 0xF31E56) is known color: Amaranth. HEX triplet: F3, 1E and 56. RGB value is (243,30,86). Sum of RGB (Red+Green+Blue) = 243+30+86=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E56 is #0CE1A9. Grayscale: #646464. Windows color (decimal): -844202 or 5644019. OLE color: 5644019.

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

Color convert

RGB 243 30 86 -
CMYK 0 0.88 0.65 0.05
HSL 344.23º 0.9% 0.54% -
HSV(B) 344.23º 0.88% 0.95% -
XYZ 39.11 20.66 10.73 -
YUV 100.07 120.07 229.95 -
System Red Green Blue C M Y K H S L
Decimal 243 30 86 0 0.88 0.65 0.05 344.23 0.9 0.54
Hex F3 1E 56 0 58 41 5 158 5A 36
Octal 363 36 126 0 130 101 5 530 132 66
Binary 11110011 11110 1010110 0 1011000 1000001 101 101011000 1011010 110110

Color Harmonies of #F31E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E56

Black with #F31E56

Text Example


Text Example

White with #F31E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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