Html Css Color HEX #F11F4F Amaranth

📋 copy color: '#F11F4F'

red 241 ◦ green 31 ◦ blue 79

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

Shades of Amaranth #F11F4F

Tints of Amaranth #F11F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 68.66%
G = 8.83%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F11F4F (or 0xF11F4F) is known color: Amaranth. HEX triplet: F1, 1F and 4F. RGB value is (241,31,79). Sum of RGB (Red+Green+Blue) = 241+31+79=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F4F is #0EE0B0. Grayscale: #636363. Windows color (decimal): -975025 or 5185521. OLE color: 5185521.

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

Color convert

RGB 241 31 79 -
CMYK 0 0.87 0.67 0.05
HSL 346.29º 0.88% 0.53% -
HSV(B) 346.29º 0.87% 0.95% -
XYZ 38.18 20.25 9.29 -
YUV 99.26 116.57 229.1 -
System Red Green Blue C M Y K H S L
Decimal 241 31 79 0 0.87 0.67 0.05 346.29 0.88 0.53
Hex F1 1F 4F 0 57 43 5 15A 58 35
Octal 361 37 117 0 127 103 5 532 130 65
Binary 11110001 11111 1001111 0 1010111 1000011 101 101011010 1011000 110101

Color Harmonies of #F11F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F4F

Black with #F11F4F

Text Example


Text Example

White with #F11F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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