Html Css Color HEX #F1204C Amaranth

📋 copy color: '#F1204C'

red 241 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #F1204C

Tints of Amaranth #F1204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

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

R = 69.05%
G = 9.17%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1204C (or 0xF1204C) is known color: Amaranth. HEX triplet: F1, 20 and 4C. RGB value is (241,32,76). Sum of RGB (Red+Green+Blue) = 241+32+76=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F1204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1204C is #0EDFB3. Grayscale: #636363. Windows color (decimal): -974772 or 4989169. OLE color: 4989169.

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

Color convert

RGB 241 32 76 -
CMYK 0 0.87 0.68 0.05
HSL 347.37º 0.88% 0.54% -
HSV(B) 347.37º 0.87% 0.95% -
XYZ 38.1 20.26 8.74 -
YUV 99.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 241 32 76 0 0.87 0.68 0.05 347.37 0.88 0.54
Hex F1 20 4C 0 57 44 5 15B 58 36
Octal 361 40 114 0 127 104 5 533 130 66
Binary 11110001 100000 1001100 0 1010111 1000100 101 101011011 1011000 110110

Color Harmonies of #F1204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1204C

Black with #F1204C

Text Example


Text Example

White with #F1204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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