Html Css Color HEX #F12747 Amaranth

📋 copy color: '#F12747'

red 241 ◦ green 39 ◦ blue 71

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

Shades of Amaranth #F12747

Tints of Amaranth #F12747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

 BLUE value IS 71 (28.13% from 255) = 20.23%

R = 68.66%
G = 11.11%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F12747 (or 0xF12747) is known color: Amaranth. HEX triplet: F1, 27 and 47. RGB value is (241,39,71). Sum of RGB (Red+Green+Blue) = 241+39+71=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F12747 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12747 is #0ED8B8. Grayscale: #676767. Windows color (decimal): -972985 or 4663281. OLE color: 4663281.

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

Color convert

RGB 241 39 71 -
CMYK 0 0.84 0.71 0.05
HSL 350.5º 0.88% 0.55% -
HSV(B) 350.5º 0.84% 0.95% -
XYZ 38.14 20.61 7.93 -
YUV 103.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 241 39 71 0 0.84 0.71 0.05 350.5 0.88 0.55
Hex F1 27 47 0 54 47 5 15E 58 37
Octal 361 47 107 0 124 107 5 536 130 67
Binary 11110001 100111 1000111 0 1010100 1000111 101 101011110 1011000 110111

Color Harmonies of #F12747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12747

Black with #F12747

Text Example


Text Example

White with #F12747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12747; }

 p { color: rgb(241,39,71); }

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

background-color css

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

 a { background-color: rgb(241,39,71); }

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

border-color css

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

 span { border-color: rgb(241,39,71); }

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