Html Css Color HEX #F12445 Amaranth

📋 copy color: '#F12445'

red 241 ◦ green 36 ◦ blue 69

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

Shades of Amaranth #F12445

Tints of Amaranth #F12445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 69.65%
G = 10.4%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F12445 (or 0xF12445) is known color: Amaranth. HEX triplet: F1, 24 and 45. RGB value is (241,36,69). Sum of RGB (Red+Green+Blue) = 241+36+69=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12445 is #0EDBBA. Grayscale: #656565. Windows color (decimal): -973755 or 4531441. OLE color: 4531441.

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

Color convert

RGB 241 36 69 -
CMYK 0 0.85 0.71 0.05
HSL 350.34º 0.88% 0.54% -
HSV(B) 350.34º 0.85% 0.95% -
XYZ 37.98 20.39 7.56 -
YUV 101.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 241 36 69 0 0.85 0.71 0.05 350.34 0.88 0.54
Hex F1 24 45 0 55 47 5 15E 58 36
Octal 361 44 105 0 125 107 5 536 130 66
Binary 11110001 100100 1000101 0 1010101 1000111 101 101011110 1011000 110110

Color Harmonies of #F12445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12445

Black with #F12445

Text Example


Text Example

White with #F12445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12445; }

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

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

background-color css

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

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

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

border-color css

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

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

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