Html Css Color HEX #F1364E Amaranth

📋 copy color: '#F1364E'

red 241 ◦ green 54 ◦ blue 78

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

Shades of Amaranth #F1364E

Tints of Amaranth #F1364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.48%

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

R = 64.61%
G = 14.48%
B = 20.91%

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

#F1364E (or 0xF1364E) is known color: Amaranth. HEX triplet: F1, 36 and 4E. RGB value is (241,54,78). Sum of RGB (Red+Green+Blue) = 241+54+78=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1364E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1364E is #0EC9B1. Grayscale: #707070. Windows color (decimal): -969138 or 5125873. OLE color: 5125873.

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

Color convert

RGB 241 54 78 -
CMYK 0 0.78 0.68 0.05
HSL 352.3º 0.87% 0.58% -
HSV(B) 352.3º 0.78% 0.95% -
XYZ 38.97 21.89 9.38 -
YUV 112.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 241 54 78 0 0.78 0.68 0.05 352.3 0.87 0.58
Hex F1 36 4E 0 4E 44 5 160 57 3A
Octal 361 66 116 0 116 104 5 540 127 72
Binary 11110001 110110 1001110 0 1001110 1000100 101 101100000 1010111 111010

Color Harmonies of #F1364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1364E

Black with #F1364E

Text Example


Text Example

White with #F1364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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