Html Css Color HEX #F12950 Amaranth

📋 copy color: '#F12950'

red 241 ◦ green 41 ◦ blue 80

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

Shades of Amaranth #F12950

Tints of Amaranth #F12950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

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

R = 66.57%
G = 11.33%
B = 22.1%

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

#F12950 (or 0xF12950) is known color: Amaranth. HEX triplet: F1, 29 and 50. RGB value is (241,41,80). Sum of RGB (Red+Green+Blue) = 241+41+80=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F12950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12950 is #0ED6AF. Grayscale: #696969. Windows color (decimal): -972464 or 5253617. OLE color: 5253617.

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

Color convert

RGB 241 41 80 -
CMYK 0 0.83 0.67 0.05
HSL 348.3º 0.88% 0.55% -
HSV(B) 348.3º 0.83% 0.95% -
XYZ 38.52 20.87 9.59 -
YUV 105.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 241 41 80 0 0.83 0.67 0.05 348.3 0.88 0.55
Hex F1 29 50 0 53 43 5 15C 58 37
Octal 361 51 120 0 123 103 5 534 130 67
Binary 11110001 101001 1010000 0 1010011 1000011 101 101011100 1011000 110111

Color Harmonies of #F12950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12950

Black with #F12950

Text Example


Text Example

White with #F12950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12950; }

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

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

background-color css

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

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

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

border-color css

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

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

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