Html Css Color HEX #F1244D Amaranth

📋 copy color: '#F1244D'

red 241 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #F1244D

Tints of Amaranth #F1244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.17%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 68.08%
G = 10.17%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1244D (or 0xF1244D) is known color: Amaranth. HEX triplet: F1, 24 and 4D. RGB value is (241,36,77). Sum of RGB (Red+Green+Blue) = 241+36+77=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1244D is #0EDBB2. Grayscale: #666666. Windows color (decimal): -973747 or 5055729. OLE color: 5055729.

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

Color convert

RGB 241 36 77 -
CMYK 0 0.85 0.68 0.05
HSL 348º 0.88% 0.54% -
HSV(B) 348º 0.85% 0.95% -
XYZ 38.25 20.5 8.96 -
YUV 101.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 241 36 77 0 0.85 0.68 0.05 348 0.88 0.54
Hex F1 24 4D 0 55 44 5 15C 58 36
Octal 361 44 115 0 125 104 5 534 130 66
Binary 11110001 100100 1001101 0 1010101 1000100 101 101011100 1011000 110110

Color Harmonies of #F1244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1244D

Black with #F1244D

Text Example


Text Example

White with #F1244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1244D; }

 p { color: rgb(241,36,77); }

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

background-color css

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

 a { background-color: rgb(241,36,77); }

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

border-color css

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

 span { border-color: rgb(241,36,77); }

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