Html Css Color HEX #F1434A Amaranth

📋 copy color: '#F1434A'

red 241 ◦ green 67 ◦ blue 74

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

Shades of Amaranth #F1434A

Tints of Amaranth #F1434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.54%

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

R = 63.09%
G = 17.54%
B = 19.37%

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

#F1434A (or 0xF1434A) is known color: Amaranth. HEX triplet: F1, 43 and 4A. RGB value is (241,67,74). Sum of RGB (Red+Green+Blue) = 241+67+74=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1434A is #0EBCB5. Grayscale: #777777. Windows color (decimal): -965814 or 4867057. OLE color: 4867057.

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

Color convert

RGB 241 67 74 -
CMYK 0 0.72 0.69 0.05
HSL 357.59º 0.86% 0.6% -
HSV(B) 357.59º 0.72% 0.95% -
XYZ 39.52 23.21 8.88 -
YUV 119.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 241 67 74 0 0.72 0.69 0.05 357.59 0.86 0.6
Hex F1 43 4A 0 48 45 5 166 56 3C
Octal 361 103 112 0 110 105 5 546 126 74
Binary 11110001 1000011 1001010 0 1001000 1000101 101 101100110 1010110 111100

Color Harmonies of #F1434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1434A

Black with #F1434A

Text Example


Text Example

White with #F1434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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