Html Css Color HEX #F13853 Amaranth

📋 copy color: '#F13853'

red 241 ◦ green 56 ◦ blue 83

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

Shades of Amaranth #F13853

Tints of Amaranth #F13853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.74%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 63.42%
G = 14.74%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F13853 (or 0xF13853) is known color: Amaranth. HEX triplet: F1, 38 and 53. RGB value is (241,56,83). Sum of RGB (Red+Green+Blue) = 241+56+83=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F13853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13853 is #0EC7AC. Grayscale: #727272. Windows color (decimal): -968621 or 5454065. OLE color: 5454065.

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

Color convert

RGB 241 56 83 -
CMYK 0 0.77 0.66 0.05
HSL 351.24º 0.87% 0.58% -
HSV(B) 351.24º 0.77% 0.95% -
XYZ 39.25 22.15 10.39 -
YUV 114.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 241 56 83 0 0.77 0.66 0.05 351.24 0.87 0.58
Hex F1 38 53 0 4D 42 5 15F 57 3A
Octal 361 70 123 0 115 102 5 537 127 72
Binary 11110001 111000 1010011 0 1001101 1000010 101 101011111 1010111 111010

Color Harmonies of #F13853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13853

Black with #F13853

Text Example


Text Example

White with #F13853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13853; }

 p { color: rgb(241,56,83); }

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

background-color css

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

 a { background-color: rgb(241,56,83); }

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

border-color css

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

 span { border-color: rgb(241,56,83); }

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