Html Css Color HEX #F13350 Amaranth

📋 copy color: '#F13350'

red 241 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #F13350

Tints of Amaranth #F13350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 64.78%
G = 13.71%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F13350 (or 0xF13350) is known color: Amaranth. HEX triplet: F1, 33 and 50. RGB value is (241,51,80). Sum of RGB (Red+Green+Blue) = 241+51+80=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F13350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13350 is #0ECCAF. Grayscale: #6F6F6F. Windows color (decimal): -969904 or 5256177. OLE color: 5256177.

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

Color convert

RGB 241 51 80 -
CMYK 0 0.79 0.67 0.05
HSL 350.84º 0.87% 0.57% -
HSV(B) 350.84º 0.79% 0.95% -
XYZ 38.91 21.65 9.72 -
YUV 111.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 241 51 80 0 0.79 0.67 0.05 350.84 0.87 0.57
Hex F1 33 50 0 4F 43 5 15F 57 39
Octal 361 63 120 0 117 103 5 537 127 71
Binary 11110001 110011 1010000 0 1001111 1000011 101 101011111 1010111 111001

Color Harmonies of #F13350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13350

Black with #F13350

Text Example


Text Example

White with #F13350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13350; }

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

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

background-color css

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

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

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

border-color css

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

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

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