Html Css Color HEX #F14048 Amaranth

📋 copy color: '#F14048'

red 241 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #F14048

Tints of Amaranth #F14048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 63.93%
G = 16.98%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F14048 (or 0xF14048) is known color: Amaranth. HEX triplet: F1, 40 and 48. RGB value is (241,64,72). Sum of RGB (Red+Green+Blue) = 241+64+72=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F14048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14048 is #0EBFB7. Grayscale: #757575. Windows color (decimal): -966584 or 4735217. OLE color: 4735217.

HSL color Cylindrical-coordinate representation of color #F14048: hue angle of 357.29º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14048 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 72 -
CMYK 0 0.73 0.70 0.05
HSL 357.29º 0.86% 0.6% -
HSV(B) 357.29º 0.73% 0.95% -
XYZ 39.28 22.84 8.47 -
YUV 117.84 102.14 215.85 -
System Red Green Blue C M Y K H S L
Decimal 241 64 72 0 0.73 0.70 0.05 357.29 0.86 0.6
Hex F1 40 48 0 49 46 5 165 56 3C
Octal 361 100 110 0 111 106 5 545 126 74
Binary 11110001 1000000 1001000 0 1001001 1000110 101 101100101 1010110 111100

Color Harmonies of #F14048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14048

Black with #F14048

Text Example


Text Example

White with #F14048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14048; }

 p { color: rgb(241,64,72); }

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

background-color css

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

 a { background-color: rgb(241,64,72); }

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

border-color css

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

 span { border-color: rgb(241,64,72); }

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