Html Css Color HEX #F12144 Amaranth

📋 copy color: '#F12144'

red 241 ◦ green 33 ◦ blue 68

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

Shades of Amaranth #F12144

Tints of Amaranth #F12144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 70.47%
G = 9.65%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F12144 (or 0xF12144) is known color: Amaranth. HEX triplet: F1, 21 and 44. RGB value is (241,33,68). Sum of RGB (Red+Green+Blue) = 241+33+68=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F12144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12144 is #0EDEBB. Grayscale: #636363. Windows color (decimal): -974524 or 4465137. OLE color: 4465137.

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

Color convert

RGB 241 33 68 -
CMYK 0 0.86 0.72 0.05
HSL 349.9º 0.88% 0.54% -
HSV(B) 349.9º 0.86% 0.95% -
XYZ 37.86 20.21 7.37 -
YUV 99.18 110.41 229.15 -
System Red Green Blue C M Y K H S L
Decimal 241 33 68 0 0.86 0.72 0.05 349.9 0.88 0.54
Hex F1 21 44 0 56 48 5 15E 58 36
Octal 361 41 104 0 126 110 5 536 130 66
Binary 11110001 100001 1000100 0 1010110 1001000 101 101011110 1011000 110110

Color Harmonies of #F12144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12144

Black with #F12144

Text Example


Text Example

White with #F12144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12144; }

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

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

background-color css

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

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

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

border-color css

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

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

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