Html Css Color HEX #F33446 Amaranth

📋 copy color: '#F33446'

red 243 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #F33446

Tints of Amaranth #F33446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.25%

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 66.58%
G = 14.25%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F33446 (or 0xF33446) is known color: Amaranth. HEX triplet: F3, 34 and 46. RGB value is (243,52,70). Sum of RGB (Red+Green+Blue) = 243+52+70=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F33446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33446 is #0CCBB9. Grayscale: #6F6F6F. Windows color (decimal): -838586 or 4601075. OLE color: 4601075.

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

Color convert

RGB 243 52 70 -
CMYK 0 0.79 0.71 0.05
HSL 354.35º 0.89% 0.58% -
HSV(B) 354.35º 0.79% 0.95% -
XYZ 39.3 21.95 7.96 -
YUV 111.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 243 52 70 0 0.79 0.71 0.05 354.35 0.89 0.58
Hex F3 34 46 0 4F 47 5 162 59 3A
Octal 363 64 106 0 117 107 5 542 131 72
Binary 11110011 110100 1000110 0 1001111 1000111 101 101100010 1011001 111010

Color Harmonies of #F33446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33446

Black with #F33446

Text Example


Text Example

White with #F33446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33446; }

 p { color: rgb(243,52,70); }

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

background-color css

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

 a { background-color: rgb(243,52,70); }

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

border-color css

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

 span { border-color: rgb(243,52,70); }

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