Html Css Color HEX #F1245B Amaranth

📋 copy color: '#F1245B'

red 241 ◦ green 36 ◦ blue 91

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

Shades of Amaranth #F1245B

Tints of Amaranth #F1245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 65.49%
G = 9.78%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1245B (or 0xF1245B) is known color: Amaranth. HEX triplet: F1, 24 and 5B. RGB value is (241,36,91). Sum of RGB (Red+Green+Blue) = 241+36+91=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1245B is #0EDBA4. Grayscale: #676767. Windows color (decimal): -973733 or 5973233. OLE color: 5973233.

HSL color Cylindrical-coordinate representation of color #F1245B: hue angle of 343.9º 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 #F1245B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 36 91 -
CMYK 0 0.85 0.62 0.05
HSL 343.9º 0.88% 0.54% -
HSV(B) 343.9º 0.85% 0.95% -
XYZ 38.79 20.72 11.85 -
YUV 103.57 120.92 226.03 -
System Red Green Blue C M Y K H S L
Decimal 241 36 91 0 0.85 0.62 0.05 343.9 0.88 0.54
Hex F1 24 5B 0 55 3E 5 158 58 36
Octal 361 44 133 0 125 76 5 530 130 66
Binary 11110001 100100 1011011 0 1010101 111110 101 101011000 1011000 110110

Color Harmonies of #F1245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1245B

Black with #F1245B

Text Example


Text Example

White with #F1245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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