Html Css Color HEX #F1334C Amaranth

📋 copy color: '#F1334C'

red 241 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #F1334C

Tints of Amaranth #F1334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.86%

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

R = 65.49%
G = 13.86%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1334C (or 0xF1334C) is known color: Amaranth. HEX triplet: F1, 33 and 4C. RGB value is (241,51,76). Sum of RGB (Red+Green+Blue) = 241+51+76=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1334C is #0ECCB3. Grayscale: #6E6E6E. Windows color (decimal): -969908 or 4994033. OLE color: 4994033.

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

Color convert

RGB 241 51 76 -
CMYK 0 0.79 0.68 0.05
HSL 352.11º 0.87% 0.57% -
HSV(B) 352.11º 0.79% 0.95% -
XYZ 38.76 21.59 8.96 -
YUV 110.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 241 51 76 0 0.79 0.68 0.05 352.11 0.87 0.57
Hex F1 33 4C 0 4F 44 5 160 57 39
Octal 361 63 114 0 117 104 5 540 127 71
Binary 11110001 110011 1001100 0 1001111 1000100 101 101100000 1010111 111001

Color Harmonies of #F1334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1334C

Black with #F1334C

Text Example


Text Example

White with #F1334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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