Html Css Color HEX #F41E52 Amaranth

📋 copy color: '#F41E52'

red 244 ◦ green 30 ◦ blue 82

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

Shades of Amaranth #F41E52

Tints of Amaranth #F41E52

RGB

 RED value IS 244 (95.7% from 255) = 68.54%

 GREEN value IS 30 (12.11% from 255) = 8.43%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 68.54%
G = 8.43%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F41E52 (or 0xF41E52) is known color: Amaranth. HEX triplet: F4, 1E and 52. RGB value is (244,30,82). Sum of RGB (Red+Green+Blue) = 244+30+82=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41E52 is #0BE1AD. Grayscale: #636363. Windows color (decimal): -778670 or 5381876. OLE color: 5381876.

HSL color Cylindrical-coordinate representation of color #F41E52: hue angle of 345.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E52 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 30 82 -
CMYK 0 0.88 0.66 0.04
HSL 345.42º 0.91% 0.54% -
HSV(B) 345.42º 0.88% 0.96% -
XYZ 39.3 20.77 9.92 -
YUV 99.91 117.9 230.77 -
System Red Green Blue C M Y K H S L
Decimal 244 30 82 0 0.88 0.66 0.04 345.42 0.91 0.54
Hex F4 1E 52 0 58 42 4 159 5B 36
Octal 364 36 122 0 130 102 4 531 133 66
Binary 11110100 11110 1010010 0 1011000 1000010 100 101011001 1011011 110110

Color Harmonies of #F41E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41E52

Black with #F41E52

Text Example


Text Example

White with #F41E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41E52; }

 p { color: rgb(244,30,82); }

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

background-color css

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

 a { background-color: rgb(244,30,82); }

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

border-color css

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

 span { border-color: rgb(244,30,82); }

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