Html Css Color HEX #F1184E Amaranth

📋 copy color: '#F1184E'

red 241 ◦ green 24 ◦ blue 78

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

Shades of Amaranth #F1184E

Tints of Amaranth #F1184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 70.26%
G = 7%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1184E (or 0xF1184E) is known color: Amaranth. HEX triplet: F1, 18 and 4E. RGB value is (241,24,78). Sum of RGB (Red+Green+Blue) = 241+24+78=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1184E is #0EE7B1. Grayscale: #5F5F5F. Windows color (decimal): -976818 or 5118193. OLE color: 5118193.

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

Color convert

RGB 241 24 78 -
CMYK 0 0.90 0.68 0.05
HSL 345.07º 0.89% 0.52% -
HSV(B) 345.07º 0.9% 0.95% -
XYZ 37.98 19.9 9.05 -
YUV 95.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 241 24 78 0 0.90 0.68 0.05 345.07 0.89 0.52
Hex F1 18 4E 0 5A 44 5 159 59 34
Octal 361 30 116 0 132 104 5 531 131 64
Binary 11110001 11000 1001110 0 1011010 1000100 101 101011001 1011001 110100

Color Harmonies of #F1184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1184E

Black with #F1184E

Text Example


Text Example

White with #F1184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1184E; }

 p { color: rgb(241,24,78); }

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

background-color css

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

 a { background-color: rgb(241,24,78); }

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

border-color css

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

 span { border-color: rgb(241,24,78); }

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