Html Css Color HEX #F12850 Amaranth

📋 copy color: '#F12850'

red 241 ◦ green 40 ◦ blue 80

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

Shades of Amaranth #F12850

Tints of Amaranth #F12850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 66.76%
G = 11.08%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F12850 (or 0xF12850) is known color: Amaranth. HEX triplet: F1, 28 and 50. RGB value is (241,40,80). Sum of RGB (Red+Green+Blue) = 241+40+80=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F12850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12850 is #0ED7AF. Grayscale: #686868. Windows color (decimal): -972720 or 5253361. OLE color: 5253361.

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

Color convert

RGB 241 40 80 -
CMYK 0 0.83 0.67 0.05
HSL 348.06º 0.88% 0.55% -
HSV(B) 348.06º 0.83% 0.95% -
XYZ 38.48 20.8 9.58 -
YUV 104.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 241 40 80 0 0.83 0.67 0.05 348.06 0.88 0.55
Hex F1 28 50 0 53 43 5 15C 58 37
Octal 361 50 120 0 123 103 5 534 130 67
Binary 11110001 101000 1010000 0 1010011 1000011 101 101011100 1011000 110111

Color Harmonies of #F12850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12850

Black with #F12850

Text Example


Text Example

White with #F12850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12850; }

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

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

background-color css

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

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

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

border-color css

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

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

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