Html Css Color HEX #F41953 Amaranth

📋 copy color: '#F41953'

red 244 ◦ green 25 ◦ blue 83

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

Shades of Amaranth #F41953

Tints of Amaranth #F41953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.1%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 69.32%
G = 7.1%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F41953 (or 0xF41953) is known color: Amaranth. HEX triplet: F4, 19 and 53. RGB value is (244,25,83). Sum of RGB (Red+Green+Blue) = 244+25+83=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F41953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41953 is #0BE6AC. Grayscale: #616161. Windows color (decimal): -779949 or 5446132. OLE color: 5446132.

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

Color convert

RGB 244 25 83 -
CMYK 0 0.90 0.66 0.04
HSL 344.11º 0.91% 0.53% -
HSV(B) 344.11º 0.9% 0.96% -
XYZ 39.22 20.55 10.08 -
YUV 97.09 120.05 232.78 -
System Red Green Blue C M Y K H S L
Decimal 244 25 83 0 0.90 0.66 0.04 344.11 0.91 0.53
Hex F4 19 53 0 5A 42 4 158 5B 35
Octal 364 31 123 0 132 102 4 530 133 65
Binary 11110100 11001 1010011 0 1011010 1000010 100 101011000 1011011 110101

Color Harmonies of #F41953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41953

Black with #F41953

Text Example


Text Example

White with #F41953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41953; }

 p { color: rgb(244,25,83); }

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

background-color css

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

 a { background-color: rgb(244,25,83); }

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

border-color css

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

 span { border-color: rgb(244,25,83); }

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