Html Css Color HEX #F12443 Amaranth

📋 copy color: '#F12443'

red 241 ◦ green 36 ◦ blue 67

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

Shades of Amaranth #F12443

Tints of Amaranth #F12443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 70.06%
G = 10.47%
B = 19.48%

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

#F12443 (or 0xF12443) is known color: Amaranth. HEX triplet: F1, 24 and 43. RGB value is (241,36,67). Sum of RGB (Red+Green+Blue) = 241+36+67=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F12443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12443 is #0EDBBC. Grayscale: #646464. Windows color (decimal): -973757 or 4400369. OLE color: 4400369.

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

Color convert

RGB 241 36 67 -
CMYK 0 0.85 0.72 0.05
HSL 350.93º 0.88% 0.54% -
HSV(B) 350.93º 0.85% 0.95% -
XYZ 37.92 20.37 7.24 -
YUV 100.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 241 36 67 0 0.85 0.72 0.05 350.93 0.88 0.54
Hex F1 24 43 0 55 48 5 15F 58 36
Octal 361 44 103 0 125 110 5 537 130 66
Binary 11110001 100100 1000011 0 1010101 1001000 101 101011111 1011000 110110

Color Harmonies of #F12443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12443

Black with #F12443

Text Example


Text Example

White with #F12443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12443; }

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

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

background-color css

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

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

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

border-color css

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

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

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