Html Css Color HEX #F11F51 Amaranth

📋 copy color: '#F11F51'

red 241 ◦ green 31 ◦ blue 81

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

Shades of Amaranth #F11F51

Tints of Amaranth #F11F51

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 68.27%
G = 8.78%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F11F51 (or 0xF11F51) is known color: Amaranth. HEX triplet: F1, 1F and 51. RGB value is (241,31,81). Sum of RGB (Red+Green+Blue) = 241+31+81=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F51 is #0EE0AE. Grayscale: #636363. Windows color (decimal): -975023 or 5316593. OLE color: 5316593.

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

Color convert

RGB 241 31 81 -
CMYK 0 0.87 0.66 0.05
HSL 345.71º 0.88% 0.53% -
HSV(B) 345.71º 0.87% 0.95% -
XYZ 38.25 20.27 9.68 -
YUV 99.49 117.57 228.93 -
System Red Green Blue C M Y K H S L
Decimal 241 31 81 0 0.87 0.66 0.05 345.71 0.88 0.53
Hex F1 1F 51 0 57 42 5 15A 58 35
Octal 361 37 121 0 127 102 5 532 130 65
Binary 11110001 11111 1010001 0 1010111 1000010 101 101011010 1011000 110101

Color Harmonies of #F11F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F51

Black with #F11F51

Text Example


Text Example

White with #F11F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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