Html Css Color HEX #F13448 Amaranth

📋 copy color: '#F13448'

red 241 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #F13448

Tints of Amaranth #F13448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 66.03%
G = 14.25%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F13448 (or 0xF13448) is known color: Amaranth. HEX triplet: F1, 34 and 48. RGB value is (241,52,72). Sum of RGB (Red+Green+Blue) = 241+52+72=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F13448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13448 is #0ECBB7. Grayscale: #6E6E6E. Windows color (decimal): -969656 or 4732145. OLE color: 4732145.

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

Color convert

RGB 241 52 72 -
CMYK 0 0.78 0.70 0.05
HSL 353.65º 0.87% 0.57% -
HSV(B) 353.65º 0.78% 0.95% -
XYZ 38.67 21.62 8.27 -
YUV 110.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 241 52 72 0 0.78 0.70 0.05 353.65 0.87 0.57
Hex F1 34 48 0 4E 46 5 162 57 39
Octal 361 64 110 0 116 106 5 542 127 71
Binary 11110001 110100 1001000 0 1001110 1000110 101 101100010 1010111 111001

Color Harmonies of #F13448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13448

Black with #F13448

Text Example


Text Example

White with #F13448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13448; }

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

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

background-color css

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

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

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

border-color css

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

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

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