Html Css Color HEX #F12154 Amaranth

📋 copy color: '#F12154'

red 241 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #F12154

Tints of Amaranth #F12154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 67.32%
G = 9.22%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F12154 (or 0xF12154) is known color: Amaranth. HEX triplet: F1, 21 and 54. RGB value is (241,33,84). Sum of RGB (Red+Green+Blue) = 241+33+84=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F12154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12154 is #0EDEAB. Grayscale: #656565. Windows color (decimal): -974508 or 5513713. OLE color: 5513713.

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

Color convert

RGB 241 33 84 -
CMYK 0 0.86 0.65 0.05
HSL 345.29º 0.88% 0.54% -
HSV(B) 345.29º 0.86% 0.95% -
XYZ 38.42 20.43 10.31 -
YUV 101.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 241 33 84 0 0.86 0.65 0.05 345.29 0.88 0.54
Hex F1 21 54 0 56 41 5 159 58 36
Octal 361 41 124 0 126 101 5 531 130 66
Binary 11110001 100001 1010100 0 1010110 1000001 101 101011001 1011000 110110

Color Harmonies of #F12154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12154

Black with #F12154

Text Example


Text Example

White with #F12154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12154; }

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

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

background-color css

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

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

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

border-color css

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

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

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