Html Css Color HEX #F33149 Amaranth

📋 copy color: '#F33149'

red 243 ◦ green 49 ◦ blue 73

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

Shades of Amaranth #F33149

Tints of Amaranth #F33149

RGB

 RED value IS 243 (95.31% from 255) = 66.58%

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 73 (28.91% from 255) = 20%

R = 66.58%
G = 13.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F33149 (or 0xF33149) is known color: Amaranth. HEX triplet: F3, 31 and 49. RGB value is (243,49,73). Sum of RGB (Red+Green+Blue) = 243+49+73=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F33149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33149 is #0CCEB6. Grayscale: #6D6D6D. Windows color (decimal): -839351 or 4796915. OLE color: 4796915.

HSL color Cylindrical-coordinate representation of color #F33149: hue angle of 352.58º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33149 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 73 -
CMYK 0 0.80 0.70 0.05
HSL 352.58º 0.89% 0.57% -
HSV(B) 352.58º 0.8% 0.95% -
XYZ 39.26 21.73 8.43 -
YUV 109.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 243 49 73 0 0.80 0.70 0.05 352.58 0.89 0.57
Hex F3 31 49 0 50 46 5 161 59 39
Octal 363 61 111 0 120 106 5 541 131 71
Binary 11110011 110001 1001001 0 1010000 1000110 101 101100001 1011001 111001

Color Harmonies of #F33149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33149

Black with #F33149

Text Example


Text Example

White with #F33149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33149; }

 p { color: rgb(243,49,73); }

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

background-color css

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

 a { background-color: rgb(243,49,73); }

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

border-color css

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

 span { border-color: rgb(243,49,73); }

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