Html Css Color HEX #F13552 Amaranth

📋 copy color: '#F13552'

red 241 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #F13552

Tints of Amaranth #F13552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

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

R = 64.1%
G = 14.1%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F13552 (or 0xF13552) is known color: Amaranth. HEX triplet: F1, 35 and 52. RGB value is (241,53,82). Sum of RGB (Red+Green+Blue) = 241+53+82=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F13552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13552 is #0ECAAD. Grayscale: #707070. Windows color (decimal): -969390 or 5387761. OLE color: 5387761.

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

Color convert

RGB 241 53 82 -
CMYK 0 0.78 0.66 0.05
HSL 350.74º 0.87% 0.58% -
HSV(B) 350.74º 0.78% 0.95% -
XYZ 39.07 21.86 10.14 -
YUV 112.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 241 53 82 0 0.78 0.66 0.05 350.74 0.87 0.58
Hex F1 35 52 0 4E 42 5 15F 57 3A
Octal 361 65 122 0 116 102 5 537 127 72
Binary 11110001 110101 1010010 0 1001110 1000010 101 101011111 1010111 111010

Color Harmonies of #F13552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13552

Black with #F13552

Text Example


Text Example

White with #F13552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13552; }

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

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

background-color css

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

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

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

border-color css

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

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

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