Html Css Color HEX #F12451 Amaranth

📋 copy color: '#F12451'

red 241 ◦ green 36 ◦ blue 81

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

Shades of Amaranth #F12451

Tints of Amaranth #F12451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 67.32%
G = 10.06%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F12451 (or 0xF12451) is known color: Amaranth. HEX triplet: F1, 24 and 51. RGB value is (241,36,81). Sum of RGB (Red+Green+Blue) = 241+36+81=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F12451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12451 is #0EDBAE. Grayscale: #666666. Windows color (decimal): -973743 or 5317873. OLE color: 5317873.

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

Color convert

RGB 241 36 81 -
CMYK 0 0.85 0.66 0.05
HSL 346.83º 0.88% 0.54% -
HSV(B) 346.83º 0.85% 0.95% -
XYZ 38.39 20.56 9.73 -
YUV 102.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 241 36 81 0 0.85 0.66 0.05 346.83 0.88 0.54
Hex F1 24 51 0 55 42 5 15B 58 36
Octal 361 44 121 0 125 102 5 533 130 66
Binary 11110001 100100 1010001 0 1010101 1000010 101 101011011 1011000 110110

Color Harmonies of #F12451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12451

Black with #F12451

Text Example


Text Example

White with #F12451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12451; }

 p { color: rgb(241,36,81); }

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

background-color css

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

 a { background-color: rgb(241,36,81); }

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

border-color css

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

 span { border-color: rgb(241,36,81); }

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