Html Css Color HEX #F1304C Amaranth

📋 copy color: '#F1304C'

red 241 ◦ green 48 ◦ blue 76

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

Shades of Amaranth #F1304C

Tints of Amaranth #F1304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

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

R = 66.03%
G = 13.15%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1304C (or 0xF1304C) is known color: Amaranth. HEX triplet: F1, 30 and 4C. RGB value is (241,48,76). Sum of RGB (Red+Green+Blue) = 241+48+76=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F1304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1304C is #0ECFB3. Grayscale: #6C6C6C. Windows color (decimal): -970676 or 4993265. OLE color: 4993265.

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

Color convert

RGB 241 48 76 -
CMYK 0 0.80 0.68 0.05
HSL 351.3º 0.87% 0.57% -
HSV(B) 351.3º 0.8% 0.95% -
XYZ 38.64 21.34 8.92 -
YUV 108.9 109.44 222.22 -
System Red Green Blue C M Y K H S L
Decimal 241 48 76 0 0.80 0.68 0.05 351.3 0.87 0.57
Hex F1 30 4C 0 50 44 5 15F 57 39
Octal 361 60 114 0 120 104 5 537 127 71
Binary 11110001 110000 1001100 0 1010000 1000100 101 101011111 1010111 111001

Color Harmonies of #F1304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1304C

Black with #F1304C

Text Example


Text Example

White with #F1304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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