Html Css Color HEX #F12548 Amaranth

📋 copy color: '#F12548'

red 241 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #F12548

Tints of Amaranth #F12548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

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

R = 68.86%
G = 10.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F12548 (or 0xF12548) is known color: Amaranth. HEX triplet: F1, 25 and 48. RGB value is (241,37,72). Sum of RGB (Red+Green+Blue) = 241+37+72=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F12548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12548 is #0EDAB7. Grayscale: #666666. Windows color (decimal): -973496 or 4728305. OLE color: 4728305.

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

Color convert

RGB 241 37 72 -
CMYK 0 0.85 0.70 0.05
HSL 349.71º 0.88% 0.55% -
HSV(B) 349.71º 0.85% 0.95% -
XYZ 38.11 20.49 8.08 -
YUV 101.99 111.09 227.15 -
System Red Green Blue C M Y K H S L
Decimal 241 37 72 0 0.85 0.70 0.05 349.71 0.88 0.55
Hex F1 25 48 0 55 46 5 15E 58 37
Octal 361 45 110 0 125 106 5 536 130 67
Binary 11110001 100101 1001000 0 1010101 1000110 101 101011110 1011000 110111

Color Harmonies of #F12548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12548

Black with #F12548

Text Example


Text Example

White with #F12548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12548; }

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

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

background-color css

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

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

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

border-color css

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

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

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