Html Css Color HEX #F1294B Amaranth

📋 copy color: '#F1294B'

red 241 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #F1294B

Tints of Amaranth #F1294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 67.51%
G = 11.48%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1294B (or 0xF1294B) is known color: Amaranth. HEX triplet: F1, 29 and 4B. RGB value is (241,41,75). Sum of RGB (Red+Green+Blue) = 241+41+75=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F1294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1294B is #0ED6B4. Grayscale: #686868. Windows color (decimal): -972469 or 4925937. OLE color: 4925937.

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

Color convert

RGB 241 41 75 -
CMYK 0 0.83 0.69 0.05
HSL 349.8º 0.88% 0.55% -
HSV(B) 349.8º 0.83% 0.95% -
XYZ 38.34 20.79 8.65 -
YUV 104.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 241 41 75 0 0.83 0.69 0.05 349.8 0.88 0.55
Hex F1 29 4B 0 53 45 5 15E 58 37
Octal 361 51 113 0 123 105 5 536 130 67
Binary 11110001 101001 1001011 0 1010011 1000101 101 101011110 1011000 110111

Color Harmonies of #F1294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1294B

Black with #F1294B

Text Example


Text Example

White with #F1294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1294B; }

 p { color: rgb(241,41,75); }

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

background-color css

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

 a { background-color: rgb(241,41,75); }

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

border-color css

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

 span { border-color: rgb(241,41,75); }

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