Html Css Color HEX #F13256 Amaranth

📋 copy color: '#F13256'

red 241 ◦ green 50 ◦ blue 86

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

Shades of Amaranth #F13256

Tints of Amaranth #F13256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

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

R = 63.93%
G = 13.26%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F13256 (or 0xF13256) is known color: Amaranth. HEX triplet: F1, 32 and 56. RGB value is (241,50,86). Sum of RGB (Red+Green+Blue) = 241+50+86=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F13256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13256 is #0ECDA9. Grayscale: #6F6F6F. Windows color (decimal): -970154 or 5649137. OLE color: 5649137.

HSL color Cylindrical-coordinate representation of color #F13256: hue angle of 348.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F13256 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 86 -
CMYK 0 0.79 0.64 0.05
HSL 348.69º 0.87% 0.57% -
HSV(B) 348.69º 0.79% 0.95% -
XYZ 39.1 21.65 10.92 -
YUV 111.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 241 50 86 0 0.79 0.64 0.05 348.69 0.87 0.57
Hex F1 32 56 0 4F 40 5 15D 57 39
Octal 361 62 126 0 117 100 5 535 127 71
Binary 11110001 110010 1010110 0 1001111 1000000 101 101011101 1010111 111001

Color Harmonies of #F13256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13256

Black with #F13256

Text Example


Text Example

White with #F13256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13256; }

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

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

background-color css

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

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

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

border-color css

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

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

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