Html Css Color HEX #F12260 Amaranth

📋 copy color: '#F12260'

red 241 ◦ green 34 ◦ blue 96

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

Shades of Amaranth #F12260

Tints of Amaranth #F12260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 64.96%
G = 9.16%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F12260 (or 0xF12260) is known color: Amaranth. HEX triplet: F1, 22 and 60. RGB value is (241,34,96). Sum of RGB (Red+Green+Blue) = 241+34+96=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F12260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12260 is #0EDD9F. Grayscale: #666666. Windows color (decimal): -974240 or 6300401. OLE color: 6300401.

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

Color convert

RGB 241 34 96 -
CMYK 0 0.86 0.60 0.05
HSL 342.03º 0.88% 0.54% -
HSV(B) 342.03º 0.86% 0.95% -
XYZ 38.96 20.69 13.01 -
YUV 102.96 124.08 226.46 -
System Red Green Blue C M Y K H S L
Decimal 241 34 96 0 0.86 0.60 0.05 342.03 0.88 0.54
Hex F1 22 60 0 56 3C 5 156 58 36
Octal 361 42 140 0 126 74 5 526 130 66
Binary 11110001 100010 1100000 0 1010110 111100 101 101010110 1011000 110110

Color Harmonies of #F12260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12260

Black with #F12260

Text Example


Text Example

White with #F12260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12260; }

 p { color: rgb(241,34,96); }

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

background-color css

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

 a { background-color: rgb(241,34,96); }

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

border-color css

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

 span { border-color: rgb(241,34,96); }

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