Html Css Color HEX #F12759 Amaranth

📋 copy color: '#F12759'

red 241 ◦ green 39 ◦ blue 89

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

Shades of Amaranth #F12759

Tints of Amaranth #F12759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.57%

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

R = 65.31%
G = 10.57%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F12759 (or 0xF12759) is known color: Amaranth. HEX triplet: F1, 27 and 59. RGB value is (241,39,89). Sum of RGB (Red+Green+Blue) = 241+39+89=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F12759 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12759 is #0ED8A6. Grayscale: #696969. Windows color (decimal): -972967 or 5842929. OLE color: 5842929.

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

Color convert

RGB 241 39 89 -
CMYK 0 0.84 0.63 0.05
HSL 345.15º 0.88% 0.55% -
HSV(B) 345.15º 0.84% 0.95% -
XYZ 38.8 20.87 11.43 -
YUV 105.1 118.92 224.93 -
System Red Green Blue C M Y K H S L
Decimal 241 39 89 0 0.84 0.63 0.05 345.15 0.88 0.55
Hex F1 27 59 0 54 3F 5 159 58 37
Octal 361 47 131 0 124 77 5 531 130 67
Binary 11110001 100111 1011001 0 1010100 111111 101 101011001 1011000 110111

Color Harmonies of #F12759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12759

Black with #F12759

Text Example


Text Example

White with #F12759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12759; }

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

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

background-color css

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

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

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

border-color css

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

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

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