Html Css Color HEX #F12A5B Amaranth

📋 copy color: '#F12A5B'

red 241 ◦ green 42 ◦ blue 91

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

Shades of Amaranth #F12A5B

Tints of Amaranth #F12A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.33%

R = 64.44%
G = 11.23%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F12A5B (or 0xF12A5B) is known color: Amaranth. HEX triplet: F1, 2A and 5B. RGB value is (241,42,91). Sum of RGB (Red+Green+Blue) = 241+42+91=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A5B is #0ED5A4. Grayscale: #6B6B6B. Windows color (decimal): -972197 or 5974769. OLE color: 5974769.

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

Color convert

RGB 241 42 91 -
CMYK 0 0.83 0.62 0.05
HSL 345.23º 0.88% 0.55% -
HSV(B) 345.23º 0.83% 0.95% -
XYZ 38.99 21.11 11.92 -
YUV 107.09 118.93 223.52 -
System Red Green Blue C M Y K H S L
Decimal 241 42 91 0 0.83 0.62 0.05 345.23 0.88 0.55
Hex F1 2A 5B 0 53 3E 5 159 58 37
Octal 361 52 133 0 123 76 5 531 130 67
Binary 11110001 101010 1011011 0 1010011 111110 101 101011001 1011000 110111

Color Harmonies of #F12A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A5B

Black with #F12A5B

Text Example


Text Example

White with #F12A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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