Html Css Color HEX #F13752 Amaranth

📋 copy color: '#F13752'

red 241 ◦ green 55 ◦ blue 82

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

Shades of Amaranth #F13752

Tints of Amaranth #F13752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.55%

 BLUE value IS 82 (32.42% from 255) = 21.69%

R = 63.76%
G = 14.55%
B = 21.69%

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

#F13752 (or 0xF13752) is known color: Amaranth. HEX triplet: F1, 37 and 52. RGB value is (241,55,82). Sum of RGB (Red+Green+Blue) = 241+55+82=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F13752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13752 is #0EC8AD. Grayscale: #717171. Windows color (decimal): -968878 or 5388273. OLE color: 5388273.

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

Color convert

RGB 241 55 82 -
CMYK 0 0.77 0.66 0.05
HSL 351.29º 0.87% 0.58% -
HSV(B) 351.29º 0.77% 0.95% -
XYZ 39.16 22.04 10.17 -
YUV 113.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 241 55 82 0 0.77 0.66 0.05 351.29 0.87 0.58
Hex F1 37 52 0 4D 42 5 15F 57 3A
Octal 361 67 122 0 115 102 5 537 127 72
Binary 11110001 110111 1010010 0 1001101 1000010 101 101011111 1010111 111010

Color Harmonies of #F13752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13752

Black with #F13752

Text Example


Text Example

White with #F13752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13752; }

 p { color: rgb(241,55,82); }

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

background-color css

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

 a { background-color: rgb(241,55,82); }

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

border-color css

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

 span { border-color: rgb(241,55,82); }

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