Html Css Color HEX #F13846 Amaranth

📋 copy color: '#F13846'

red 241 ◦ green 56 ◦ blue 70

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

Shades of Amaranth #F13846

Tints of Amaranth #F13846

RGB

 RED value IS 241 (94.53% from 255) = 65.67%

 GREEN value IS 56 (22.27% from 255) = 15.26%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 65.67%
G = 15.26%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F13846 (or 0xF13846) is known color: Amaranth. HEX triplet: F1, 38 and 46. RGB value is (241,56,70). Sum of RGB (Red+Green+Blue) = 241+56+70=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F13846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13846 is #0EC7B9. Grayscale: #717171. Windows color (decimal): -968634 or 4602097. OLE color: 4602097.

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

Color convert

RGB 241 56 70 -
CMYK 0 0.77 0.71 0.05
HSL 355.46º 0.87% 0.58% -
HSV(B) 355.46º 0.77% 0.95% -
XYZ 38.8 21.97 7.99 -
YUV 112.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 241 56 70 0 0.77 0.71 0.05 355.46 0.87 0.58
Hex F1 38 46 0 4D 47 5 163 57 3A
Octal 361 70 106 0 115 107 5 543 127 72
Binary 11110001 111000 1000110 0 1001101 1000111 101 101100011 1010111 111010

Color Harmonies of #F13846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13846

Black with #F13846

Text Example


Text Example

White with #F13846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13846; }

 p { color: rgb(241,56,70); }

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

background-color css

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

 a { background-color: rgb(241,56,70); }

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

border-color css

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

 span { border-color: rgb(241,56,70); }

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