Html Css Color HEX #F1264E Amaranth

📋 copy color: '#F1264E'

red 241 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #F1264E

Tints of Amaranth #F1264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

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

R = 67.51%
G = 10.64%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1264E (or 0xF1264E) is known color: Amaranth. HEX triplet: F1, 26 and 4E. RGB value is (241,38,78). Sum of RGB (Red+Green+Blue) = 241+38+78=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F1264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1264E is #0ED9B1. Grayscale: #676767. Windows color (decimal): -973234 or 5121777. OLE color: 5121777.

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

Color convert

RGB 241 38 78 -
CMYK 0 0.84 0.68 0.05
HSL 348.18º 0.88% 0.55% -
HSV(B) 348.18º 0.84% 0.95% -
XYZ 38.34 20.64 9.17 -
YUV 103.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 241 38 78 0 0.84 0.68 0.05 348.18 0.88 0.55
Hex F1 26 4E 0 54 44 5 15C 58 37
Octal 361 46 116 0 124 104 5 534 130 67
Binary 11110001 100110 1001110 0 1010100 1000100 101 101011100 1011000 110111

Color Harmonies of #F1264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1264E

Black with #F1264E

Text Example


Text Example

White with #F1264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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