Html Css Color HEX #F13354 Amaranth

📋 copy color: '#F13354'

red 241 ◦ green 51 ◦ blue 84

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

Shades of Amaranth #F13354

Tints of Amaranth #F13354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.56%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 64.1%
G = 13.56%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F13354 (or 0xF13354) is known color: Amaranth. HEX triplet: F1, 33 and 54. RGB value is (241,51,84). Sum of RGB (Red+Green+Blue) = 241+51+84=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F13354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13354 is #0ECCAB. Grayscale: #6F6F6F. Windows color (decimal): -969900 or 5518321. OLE color: 5518321.

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

Color convert

RGB 241 51 84 -
CMYK 0 0.79 0.65 0.05
HSL 349.58º 0.87% 0.57% -
HSV(B) 349.58º 0.79% 0.95% -
XYZ 39.06 21.71 10.52 -
YUV 111.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 241 51 84 0 0.79 0.65 0.05 349.58 0.87 0.57
Hex F1 33 54 0 4F 41 5 15E 57 39
Octal 361 63 124 0 117 101 5 536 127 71
Binary 11110001 110011 1010100 0 1001111 1000001 101 101011110 1010111 111001

Color Harmonies of #F13354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13354

Black with #F13354

Text Example


Text Example

White with #F13354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13354; }

 p { color: rgb(241,51,84); }

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

background-color css

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

 a { background-color: rgb(241,51,84); }

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

border-color css

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

 span { border-color: rgb(241,51,84); }

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