Html Css Color HEX #F1364C Amaranth

📋 copy color: '#F1364C'

red 241 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #F1364C

Tints of Amaranth #F1364C

RGB

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

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

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

R = 64.96%
G = 14.56%
B = 20.49%

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

#F1364C (or 0xF1364C) is known color: Amaranth. HEX triplet: F1, 36 and 4C. RGB value is (241,54,76). Sum of RGB (Red+Green+Blue) = 241+54+76=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1364C is #0EC9B3. Grayscale: #707070. Windows color (decimal): -969140 or 4994801. OLE color: 4994801.

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

Color convert

RGB 241 54 76 -
CMYK 0 0.78 0.68 0.05
HSL 352.94º 0.87% 0.58% -
HSV(B) 352.94º 0.78% 0.95% -
XYZ 38.9 21.86 9.01 -
YUV 112.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 241 54 76 0 0.78 0.68 0.05 352.94 0.87 0.58
Hex F1 36 4C 0 4E 44 5 161 57 3A
Octal 361 66 114 0 116 104 5 541 127 72
Binary 11110001 110110 1001100 0 1001110 1000100 101 101100001 1010111 111010

Color Harmonies of #F1364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1364C

Black with #F1364C

Text Example


Text Example

White with #F1364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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