Html Css Color HEX #F12A4E Amaranth

📋 copy color: '#F12A4E'

red 241 ◦ green 42 ◦ blue 78

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

Shades of Amaranth #F12A4E

Tints of Amaranth #F12A4E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.63%

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 66.76%
G = 11.63%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F12A4E (or 0xF12A4E) is known color: Amaranth. HEX triplet: F1, 2A and 4E. RGB value is (241,42,78). Sum of RGB (Red+Green+Blue) = 241+42+78=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A4E is #0ED5B1. Grayscale: #696969. Windows color (decimal): -972210 or 5122801. OLE color: 5122801.

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

Color convert

RGB 241 42 78 -
CMYK 0 0.83 0.68 0.05
HSL 349.15º 0.88% 0.55% -
HSV(B) 349.15º 0.83% 0.95% -
XYZ 38.48 20.91 9.22 -
YUV 105.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 241 42 78 0 0.83 0.68 0.05 349.15 0.88 0.55
Hex F1 2A 4E 0 53 44 5 15D 58 37
Octal 361 52 116 0 123 104 5 535 130 67
Binary 11110001 101010 1001110 0 1010011 1000100 101 101011101 1011000 110111

Color Harmonies of #F12A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A4E

Black with #F12A4E

Text Example


Text Example

White with #F12A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A4E; }

 p { color: rgb(241,42,78); }

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

background-color css

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

 a { background-color: rgb(241,42,78); }

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

border-color css

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

 span { border-color: rgb(241,42,78); }

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