Html Css Color HEX #F12250 Amaranth

📋 copy color: '#F12250'

red 241 ◦ green 34 ◦ blue 80

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

Shades of Amaranth #F12250

Tints of Amaranth #F12250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 67.89%
G = 9.58%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F12250 (or 0xF12250) is known color: Amaranth. HEX triplet: F1, 22 and 50. RGB value is (241,34,80). Sum of RGB (Red+Green+Blue) = 241+34+80=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F12250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12250 is #0EDDAF. Grayscale: #656565. Windows color (decimal): -974256 or 5251825. OLE color: 5251825.

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

Color convert

RGB 241 34 80 -
CMYK 0 0.86 0.67 0.05
HSL 346.67º 0.88% 0.54% -
HSV(B) 346.67º 0.86% 0.95% -
XYZ 38.3 20.42 9.51 -
YUV 101.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 241 34 80 0 0.86 0.67 0.05 346.67 0.88 0.54
Hex F1 22 50 0 56 43 5 15B 58 36
Octal 361 42 120 0 126 103 5 533 130 66
Binary 11110001 100010 1010000 0 1010110 1000011 101 101011011 1011000 110110

Color Harmonies of #F12250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12250

Black with #F12250

Text Example


Text Example

White with #F12250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12250; }

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

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

background-color css

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

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

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

border-color css

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

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

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