Html Css Color HEX #F12143 Amaranth

📋 copy color: '#F12143'

red 241 ◦ green 33 ◦ blue 67

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

Shades of Amaranth #F12143

Tints of Amaranth #F12143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.68%

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

R = 70.67%
G = 9.68%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12143 (or 0xF12143) is known color: Amaranth. HEX triplet: F1, 21 and 43. RGB value is (241,33,67). Sum of RGB (Red+Green+Blue) = 241+33+67=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F12143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12143 is #0EDEBC. Grayscale: #636363. Windows color (decimal): -974525 or 4399601. OLE color: 4399601.

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

Color convert

RGB 241 33 67 -
CMYK 0 0.86 0.72 0.05
HSL 350.19º 0.88% 0.54% -
HSV(B) 350.19º 0.86% 0.95% -
XYZ 37.83 20.19 7.21 -
YUV 99.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 241 33 67 0 0.86 0.72 0.05 350.19 0.88 0.54
Hex F1 21 43 0 56 48 5 15E 58 36
Octal 361 41 103 0 126 110 5 536 130 66
Binary 11110001 100001 1000011 0 1010110 1001000 101 101011110 1011000 110110

Color Harmonies of #F12143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12143

Black with #F12143

Text Example


Text Example

White with #F12143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12143; }

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

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

background-color css

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

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

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

border-color css

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

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

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