Html Css Color HEX #F12654 Amaranth

📋 copy color: '#F12654'

red 241 ◦ green 38 ◦ blue 84

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

Shades of Amaranth #F12654

Tints of Amaranth #F12654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

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

R = 66.39%
G = 10.47%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F12654 (or 0xF12654) is known color: Amaranth. HEX triplet: F1, 26 and 54. RGB value is (241,38,84). Sum of RGB (Red+Green+Blue) = 241+38+84=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F12654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12654 is #0ED9AB. Grayscale: #676767. Windows color (decimal): -973228 or 5514993. OLE color: 5514993.

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

Color convert

RGB 241 38 84 -
CMYK 0 0.84 0.65 0.05
HSL 346.4º 0.88% 0.55% -
HSV(B) 346.4º 0.84% 0.95% -
XYZ 38.57 20.73 10.36 -
YUV 103.94 116.75 225.76 -
System Red Green Blue C M Y K H S L
Decimal 241 38 84 0 0.84 0.65 0.05 346.4 0.88 0.55
Hex F1 26 54 0 54 41 5 15A 58 37
Octal 361 46 124 0 124 101 5 532 130 67
Binary 11110001 100110 1010100 0 1010100 1000001 101 101011010 1011000 110111

Color Harmonies of #F12654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12654

Black with #F12654

Text Example


Text Example

White with #F12654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12654; }

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

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

background-color css

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

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

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

border-color css

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

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

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