Html Css Color HEX #F12756 Amaranth

📋 copy color: '#F12756'

red 241 ◦ green 39 ◦ blue 86

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

Shades of Amaranth #F12756

Tints of Amaranth #F12756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 65.85%
G = 10.66%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F12756 (or 0xF12756) is known color: Amaranth. HEX triplet: F1, 27 and 56. RGB value is (241,39,86). Sum of RGB (Red+Green+Blue) = 241+39+86=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F12756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12756 is #0ED8A9. Grayscale: #686868. Windows color (decimal): -972970 or 5646321. OLE color: 5646321.

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

Color convert

RGB 241 39 86 -
CMYK 0 0.84 0.64 0.05
HSL 346.04º 0.88% 0.55% -
HSV(B) 346.04º 0.84% 0.95% -
XYZ 38.68 20.82 10.78 -
YUV 104.76 117.42 225.18 -
System Red Green Blue C M Y K H S L
Decimal 241 39 86 0 0.84 0.64 0.05 346.04 0.88 0.55
Hex F1 27 56 0 54 40 5 15A 58 37
Octal 361 47 126 0 124 100 5 532 130 67
Binary 11110001 100111 1010110 0 1010100 1000000 101 101011010 1011000 110111

Color Harmonies of #F12756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12756

Black with #F12756

Text Example


Text Example

White with #F12756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12756; }

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

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

background-color css

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

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

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

border-color css

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

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

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