Html Css Color HEX #F1354C Amaranth

📋 copy color: '#F1354C'

red 241 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #F1354C

Tints of Amaranth #F1354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 65.14%
G = 14.32%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1354C (or 0xF1354C) is known color: Amaranth. HEX triplet: F1, 35 and 4C. RGB value is (241,53,76). Sum of RGB (Red+Green+Blue) = 241+53+76=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1354C is #0ECAB3. Grayscale: #6F6F6F. Windows color (decimal): -969396 or 4994545. OLE color: 4994545.

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

Color convert

RGB 241 53 76 -
CMYK 0 0.78 0.68 0.05
HSL 352.66º 0.87% 0.58% -
HSV(B) 352.66º 0.78% 0.95% -
XYZ 38.85 21.77 8.99 -
YUV 111.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 241 53 76 0 0.78 0.68 0.05 352.66 0.87 0.58
Hex F1 35 4C 0 4E 44 5 161 57 3A
Octal 361 65 114 0 116 104 5 541 127 72
Binary 11110001 110101 1001100 0 1001110 1000100 101 101100001 1010111 111010

Color Harmonies of #F1354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1354C

Black with #F1354C

Text Example


Text Example

White with #F1354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1354C; }

 p { color: rgb(241,53,76); }

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

background-color css

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

 a { background-color: rgb(241,53,76); }

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

border-color css

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

 span { border-color: rgb(241,53,76); }

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