Html Css Color HEX #F13044 Amaranth

📋 copy color: '#F13044'

red 241 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #F13044

Tints of Amaranth #F13044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 67.51%
G = 13.45%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F13044 (or 0xF13044) is known color: Amaranth. HEX triplet: F1, 30 and 44. RGB value is (241,48,68). Sum of RGB (Red+Green+Blue) = 241+48+68=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F13044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13044 is #0ECFBB. Grayscale: #6C6C6C. Windows color (decimal): -970684 or 4468977. OLE color: 4468977.

HSL color Cylindrical-coordinate representation of color #F13044: hue angle of 353.78º 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 #F13044 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 68 -
CMYK 0 0.80 0.72 0.05
HSL 353.78º 0.87% 0.57% -
HSV(B) 353.78º 0.8% 0.95% -
XYZ 38.38 21.23 7.54 -
YUV 107.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 241 48 68 0 0.80 0.72 0.05 353.78 0.87 0.57
Hex F1 30 44 0 50 48 5 162 57 39
Octal 361 60 104 0 120 110 5 542 127 71
Binary 11110001 110000 1000100 0 1010000 1001000 101 101100010 1010111 111001

Color Harmonies of #F13044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13044

Black with #F13044

Text Example


Text Example

White with #F13044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13044; }

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

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

background-color css

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

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

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

border-color css

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

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

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