Html Css Color HEX #F33147 Amaranth

📋 copy color: '#F33147'

red 243 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #F33147

Tints of Amaranth #F33147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 66.94%
G = 13.5%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F33147 (or 0xF33147) is known color: Amaranth. HEX triplet: F3, 31 and 47. RGB value is (243,49,71). Sum of RGB (Red+Green+Blue) = 243+49+71=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F33147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33147 is #0CCEB8. Grayscale: #6D6D6D. Windows color (decimal): -839353 or 4665843. OLE color: 4665843.

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

Color convert

RGB 243 49 71 -
CMYK 0 0.80 0.71 0.05
HSL 353.2º 0.89% 0.57% -
HSV(B) 353.2º 0.8% 0.95% -
XYZ 39.2 21.71 8.09 -
YUV 109.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 243 49 71 0 0.80 0.71 0.05 353.2 0.89 0.57
Hex F3 31 47 0 50 47 5 161 59 39
Octal 363 61 107 0 120 107 5 541 131 71
Binary 11110011 110001 1000111 0 1010000 1000111 101 101100001 1011001 111001

Color Harmonies of #F33147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33147

Black with #F33147

Text Example


Text Example

White with #F33147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33147; }

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

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

background-color css

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

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

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

border-color css

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

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

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