Html Css Color HEX #F12956 Amaranth

📋 copy color: '#F12956'

red 241 ◦ green 41 ◦ blue 86

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

Shades of Amaranth #F12956

Tints of Amaranth #F12956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.37%

R = 65.49%
G = 11.14%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F12956 (or 0xF12956) is known color: Amaranth. HEX triplet: F1, 29 and 56. RGB value is (241,41,86). Sum of RGB (Red+Green+Blue) = 241+41+86=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F12956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12956 is #0ED6A9. Grayscale: #696969. Windows color (decimal): -972458 or 5646833. OLE color: 5646833.

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

Color convert

RGB 241 41 86 -
CMYK 0 0.83 0.64 0.05
HSL 346.5º 0.88% 0.55% -
HSV(B) 346.5º 0.83% 0.95% -
XYZ 38.75 20.96 10.81 -
YUV 105.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 241 41 86 0 0.83 0.64 0.05 346.5 0.88 0.55
Hex F1 29 56 0 53 40 5 15A 58 37
Octal 361 51 126 0 123 100 5 532 130 67
Binary 11110001 101001 1010110 0 1010011 1000000 101 101011010 1011000 110111

Color Harmonies of #F12956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12956

Black with #F12956

Text Example


Text Example

White with #F12956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12956; }

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

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

background-color css

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

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

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

border-color css

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

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

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