Html Css Color HEX #F12048 Amaranth

📋 copy color: '#F12048'

red 241 ◦ green 32 ◦ blue 72

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

Shades of Amaranth #F12048

Tints of Amaranth #F12048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

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

R = 69.86%
G = 9.28%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F12048 (or 0xF12048) is known color: Amaranth. HEX triplet: F1, 20 and 48. RGB value is (241,32,72). Sum of RGB (Red+Green+Blue) = 241+32+72=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F12048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12048 is #0EDFB7. Grayscale: #636363. Windows color (decimal): -974776 or 4727025. OLE color: 4727025.

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

Color convert

RGB 241 32 72 -
CMYK 0 0.87 0.70 0.05
HSL 348.52º 0.88% 0.54% -
HSV(B) 348.52º 0.87% 0.95% -
XYZ 37.96 20.2 8.03 -
YUV 99.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 241 32 72 0 0.87 0.70 0.05 348.52 0.88 0.54
Hex F1 20 48 0 57 46 5 15D 58 36
Octal 361 40 110 0 127 106 5 535 130 66
Binary 11110001 100000 1001000 0 1010111 1000110 101 101011101 1011000 110110

Color Harmonies of #F12048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12048

Black with #F12048

Text Example


Text Example

White with #F12048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12048; }

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

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

background-color css

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

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

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

border-color css

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

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

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