Html Css Color HEX #F12959 Amaranth

📋 copy color: '#F12959'

red 241 ◦ green 41 ◦ blue 89

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

Shades of Amaranth #F12959

Tints of Amaranth #F12959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

 BLUE value IS 89 (35.16% from 255) = 23.99%

R = 64.96%
G = 11.05%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F12959 (or 0xF12959) is known color: Amaranth. HEX triplet: F1, 29 and 59. RGB value is (241,41,89). Sum of RGB (Red+Green+Blue) = 241+41+89=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F12959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12959 is #0ED6A6. Grayscale: #6A6A6A. Windows color (decimal): -972455 or 5843441. OLE color: 5843441.

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

Color convert

RGB 241 41 89 -
CMYK 0 0.83 0.63 0.05
HSL 345.6º 0.88% 0.55% -
HSV(B) 345.6º 0.83% 0.95% -
XYZ 38.87 21.01 11.46 -
YUV 106.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 241 41 89 0 0.83 0.63 0.05 345.6 0.88 0.55
Hex F1 29 59 0 53 3F 5 15A 58 37
Octal 361 51 131 0 123 77 5 532 130 67
Binary 11110001 101001 1011001 0 1010011 111111 101 101011010 1011000 110111

Color Harmonies of #F12959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12959

Black with #F12959

Text Example


Text Example

White with #F12959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12959; }

 p { color: rgb(241,41,89); }

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

background-color css

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

 a { background-color: rgb(241,41,89); }

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

border-color css

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

 span { border-color: rgb(241,41,89); }

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