Html Css Color HEX #F12043 Amaranth

📋 copy color: '#F12043'

red 241 ◦ green 32 ◦ blue 67

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

Shades of Amaranth #F12043

Tints of Amaranth #F12043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

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

R = 70.88%
G = 9.41%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12043 (or 0xF12043) is known color: Amaranth. HEX triplet: F1, 20 and 43. RGB value is (241,32,67). Sum of RGB (Red+Green+Blue) = 241+32+67=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F12043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12043 is #0EDFBC. Grayscale: #626262. Windows color (decimal): -974781 or 4399345. OLE color: 4399345.

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

Color convert

RGB 241 32 67 -
CMYK 0 0.87 0.72 0.05
HSL 349.95º 0.88% 0.54% -
HSV(B) 349.95º 0.87% 0.95% -
XYZ 37.81 20.14 7.2 -
YUV 98.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 241 32 67 0 0.87 0.72 0.05 349.95 0.88 0.54
Hex F1 20 43 0 57 48 5 15E 58 36
Octal 361 40 103 0 127 110 5 536 130 66
Binary 11110001 100000 1000011 0 1010111 1001000 101 101011110 1011000 110110

Color Harmonies of #F12043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12043

Black with #F12043

Text Example


Text Example

White with #F12043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12043; }

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

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

background-color css

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

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

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

border-color css

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

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

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