Html Css Color HEX #F12444 Amaranth

📋 copy color: '#F12444'

red 241 ◦ green 36 ◦ blue 68

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

Shades of Amaranth #F12444

Tints of Amaranth #F12444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 69.86%
G = 10.43%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12444 (or 0xF12444) is known color: Amaranth. HEX triplet: F1, 24 and 44. RGB value is (241,36,68). Sum of RGB (Red+Green+Blue) = 241+36+68=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F12444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12444 is #0EDBBB. Grayscale: #656565. Windows color (decimal): -973756 or 4465905. OLE color: 4465905.

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

Color convert

RGB 241 36 68 -
CMYK 0 0.85 0.72 0.05
HSL 350.63º 0.88% 0.54% -
HSV(B) 350.63º 0.85% 0.95% -
XYZ 37.95 20.38 7.4 -
YUV 100.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 241 36 68 0 0.85 0.72 0.05 350.63 0.88 0.54
Hex F1 24 44 0 55 48 5 15F 58 36
Octal 361 44 104 0 125 110 5 537 130 66
Binary 11110001 100100 1000100 0 1010101 1001000 101 101011111 1011000 110110

Color Harmonies of #F12444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12444

Black with #F12444

Text Example


Text Example

White with #F12444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12444; }

 p { color: rgb(241,36,68); }

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

background-color css

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

 a { background-color: rgb(241,36,68); }

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

border-color css

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

 span { border-color: rgb(241,36,68); }

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