Html Css Color HEX #F13158 Amaranth

📋 copy color: '#F13158'

red 241 ◦ green 49 ◦ blue 88

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

Shades of Amaranth #F13158

Tints of Amaranth #F13158

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 63.76%
G = 12.96%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F13158 (or 0xF13158) is known color: Amaranth. HEX triplet: F1, 31 and 58. RGB value is (241,49,88). Sum of RGB (Red+Green+Blue) = 241+49+88=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F13158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13158 is #0ECEA7. Grayscale: #6E6E6E. Windows color (decimal): -970408 or 5779953. OLE color: 5779953.

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

Color convert

RGB 241 49 88 -
CMYK 0 0.80 0.63 0.05
HSL 347.81º 0.87% 0.57% -
HSV(B) 347.81º 0.8% 0.95% -
XYZ 39.14 21.6 11.34 -
YUV 110.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 241 49 88 0 0.80 0.63 0.05 347.81 0.87 0.57
Hex F1 31 58 0 50 3F 5 15C 57 39
Octal 361 61 130 0 120 77 5 534 127 71
Binary 11110001 110001 1011000 0 1010000 111111 101 101011100 1010111 111001

Color Harmonies of #F13158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13158

Black with #F13158

Text Example


Text Example

White with #F13158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13158; }

 p { color: rgb(241,49,88); }

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

background-color css

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

 a { background-color: rgb(241,49,88); }

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

border-color css

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

 span { border-color: rgb(241,49,88); }

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