Html Css Color HEX #F11951 Amaranth

📋 copy color: '#F11951'

red 241 ◦ green 25 ◦ blue 81

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

Shades of Amaranth #F11951

Tints of Amaranth #F11951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.2%

 BLUE value IS 81 (32.03% from 255) = 23.34%

R = 69.45%
G = 7.2%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F11951 (or 0xF11951) is known color: Amaranth. HEX triplet: F1, 19 and 51. RGB value is (241,25,81). Sum of RGB (Red+Green+Blue) = 241+25+81=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F11951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11951 is #0EE6AE. Grayscale: #5F5F5F. Windows color (decimal): -976559 or 5315057. OLE color: 5315057.

HSL color Cylindrical-coordinate representation of color #F11951: hue angle of 344.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11951 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 81 -
CMYK 0 0.90 0.66 0.05
HSL 344.44º 0.89% 0.52% -
HSV(B) 344.44º 0.9% 0.95% -
XYZ 38.11 19.99 9.63 -
YUV 95.97 119.56 231.45 -
System Red Green Blue C M Y K H S L
Decimal 241 25 81 0 0.90 0.66 0.05 344.44 0.89 0.52
Hex F1 19 51 0 5A 42 5 158 59 34
Octal 361 31 121 0 132 102 5 530 131 64
Binary 11110001 11001 1010001 0 1011010 1000010 101 101011000 1011001 110100

Color Harmonies of #F11951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11951

Black with #F11951

Text Example


Text Example

White with #F11951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11951; }

 p { color: rgb(241,25,81); }

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

background-color css

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

 a { background-color: rgb(241,25,81); }

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

border-color css

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

 span { border-color: rgb(241,25,81); }

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