Html Css Color HEX #F12858 Amaranth

📋 copy color: '#F12858'

red 241 ◦ green 40 ◦ blue 88

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

Shades of Amaranth #F12858

Tints of Amaranth #F12858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 65.31%
G = 10.84%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F12858 (or 0xF12858) is known color: Amaranth. HEX triplet: F1, 28 and 58. RGB value is (241,40,88). Sum of RGB (Red+Green+Blue) = 241+40+88=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F12858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12858 is #0ED7A7. Grayscale: #696969. Windows color (decimal): -972712 or 5777649. OLE color: 5777649.

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

Color convert

RGB 241 40 88 -
CMYK 0 0.83 0.63 0.05
HSL 345.67º 0.88% 0.55% -
HSV(B) 345.67º 0.83% 0.95% -
XYZ 38.8 20.92 11.23 -
YUV 105.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 241 40 88 0 0.83 0.63 0.05 345.67 0.88 0.55
Hex F1 28 58 0 53 3F 5 15A 58 37
Octal 361 50 130 0 123 77 5 532 130 67
Binary 11110001 101000 1011000 0 1010011 111111 101 101011010 1011000 110111

Color Harmonies of #F12858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12858

Black with #F12858

Text Example


Text Example

White with #F12858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12858; }

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

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

background-color css

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

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

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

border-color css

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

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

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