Html Css Color HEX #F12D59 Amaranth

📋 copy color: '#F12D59'

red 241 ◦ green 45 ◦ blue 89

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

Shades of Amaranth #F12D59

Tints of Amaranth #F12D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12%

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

R = 64.27%
G = 12%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F12D59 (or 0xF12D59) is known color: Amaranth. HEX triplet: F1, 2D and 59. RGB value is (241,45,89). Sum of RGB (Red+Green+Blue) = 241+45+89=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D59 is #0ED2A6. Grayscale: #6C6C6C. Windows color (decimal): -971431 or 5844465. OLE color: 5844465.

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

Color convert

RGB 241 45 89 -
CMYK 0 0.81 0.63 0.05
HSL 346.53º 0.88% 0.56% -
HSV(B) 346.53º 0.81% 0.95% -
XYZ 39.02 21.3 11.51 -
YUV 108.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 241 45 89 0 0.81 0.63 0.05 346.53 0.88 0.56
Hex F1 2D 59 0 51 3F 5 15B 58 38
Octal 361 55 131 0 121 77 5 533 130 70
Binary 11110001 101101 1011001 0 1010001 111111 101 101011011 1011000 111000

Color Harmonies of #F12D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D59

Black with #F12D59

Text Example


Text Example

White with #F12D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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