Html Css Color HEX #F1444A Amaranth

📋 copy color: '#F1444A'

red 241 ◦ green 68 ◦ blue 74

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

Shades of Amaranth #F1444A

Tints of Amaranth #F1444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 62.92%
G = 17.75%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1444A (or 0xF1444A) is known color: Amaranth. HEX triplet: F1, 44 and 4A. RGB value is (241,68,74). Sum of RGB (Red+Green+Blue) = 241+68+74=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1444A is #0EBBB5. Grayscale: #787878. Windows color (decimal): -965558 or 4867313. OLE color: 4867313.

HSL color Cylindrical-coordinate representation of color #F1444A: hue angle of 357.92º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1444A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 74 -
CMYK 0 0.72 0.69 0.05
HSL 357.92º 0.86% 0.61% -
HSV(B) 357.92º 0.72% 0.95% -
XYZ 39.58 23.33 8.9 -
YUV 120.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 241 68 74 0 0.72 0.69 0.05 357.92 0.86 0.61
Hex F1 44 4A 0 48 45 5 166 56 3D
Octal 361 104 112 0 110 105 5 546 126 75
Binary 11110001 1000100 1001010 0 1001000 1000101 101 101100110 1010110 111101

Color Harmonies of #F1444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1444A

Black with #F1444A

Text Example


Text Example

White with #F1444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1444A; }

 p { color: rgb(241,68,74); }

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

background-color css

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

 a { background-color: rgb(241,68,74); }

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

border-color css

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

 span { border-color: rgb(241,68,74); }

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