Html Css Color HEX #F13C48 Amaranth

📋 copy color: '#F13C48'

red 241 ◦ green 60 ◦ blue 72

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

Shades of Amaranth #F13C48

Tints of Amaranth #F13C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

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

R = 64.61%
G = 16.09%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F13C48 (or 0xF13C48) is known color: Amaranth. HEX triplet: F1, 3C and 48. RGB value is (241,60,72). Sum of RGB (Red+Green+Blue) = 241+60+72=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C48 is #0EC3B7. Grayscale: #737373. Windows color (decimal): -967608 or 4734193. OLE color: 4734193.

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

Color convert

RGB 241 60 72 -
CMYK 0 0.75 0.70 0.05
HSL 356.02º 0.87% 0.59% -
HSV(B) 356.02º 0.75% 0.95% -
XYZ 39.06 22.4 8.4 -
YUV 115.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 241 60 72 0 0.75 0.70 0.05 356.02 0.87 0.59
Hex F1 3C 48 0 4B 46 5 164 57 3B
Octal 361 74 110 0 113 106 5 544 127 73
Binary 11110001 111100 1001000 0 1001011 1000110 101 101100100 1010111 111011

Color Harmonies of #F13C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C48

Black with #F13C48

Text Example


Text Example

White with #F13C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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