Html Css Color HEX #F12354 Amaranth

📋 copy color: '#F12354'

red 241 ◦ green 35 ◦ blue 84

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

Shades of Amaranth #F12354

Tints of Amaranth #F12354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

 BLUE value IS 84 (33.2% from 255) = 23.33%

R = 66.94%
G = 9.72%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F12354 (or 0xF12354) is known color: Amaranth. HEX triplet: F1, 23 and 54. RGB value is (241,35,84). Sum of RGB (Red+Green+Blue) = 241+35+84=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F12354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12354 is #0EDCAB. Grayscale: #666666. Windows color (decimal): -973996 or 5514225. OLE color: 5514225.

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

Color convert

RGB 241 35 84 -
CMYK 0 0.85 0.65 0.05
HSL 345.73º 0.88% 0.54% -
HSV(B) 345.73º 0.85% 0.95% -
XYZ 38.48 20.54 10.32 -
YUV 102.18 117.75 227.02 -
System Red Green Blue C M Y K H S L
Decimal 241 35 84 0 0.85 0.65 0.05 345.73 0.88 0.54
Hex F1 23 54 0 55 41 5 15A 58 36
Octal 361 43 124 0 125 101 5 532 130 66
Binary 11110001 100011 1010100 0 1010101 1000001 101 101011010 1011000 110110

Color Harmonies of #F12354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12354

Black with #F12354

Text Example


Text Example

White with #F12354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12354; }

 p { color: rgb(241,35,84); }

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

background-color css

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

 a { background-color: rgb(241,35,84); }

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

border-color css

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

 span { border-color: rgb(241,35,84); }

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