Html Css Color HEX #F3194E Amaranth

📋 copy color: '#F3194E'

red 243 ◦ green 25 ◦ blue 78

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

Shades of Amaranth #F3194E

Tints of Amaranth #F3194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 70.23%
G = 7.23%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3194E (or 0xF3194E) is known color: Amaranth. HEX triplet: F3, 19 and 4E. RGB value is (243,25,78). Sum of RGB (Red+Green+Blue) = 243+25+78=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F3194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3194E is #0CE6B1. Grayscale: #606060. Windows color (decimal): -845490 or 5118451. OLE color: 5118451.

HSL color Cylindrical-coordinate representation of color #F3194E: hue angle of 345.41º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3194E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 25 78 -
CMYK 0 0.90 0.68 0.05
HSL 345.41º 0.9% 0.53% -
HSV(B) 345.41º 0.9% 0.95% -
XYZ 38.68 20.3 9.09 -
YUV 96.22 117.72 232.69 -
System Red Green Blue C M Y K H S L
Decimal 243 25 78 0 0.90 0.68 0.05 345.41 0.9 0.53
Hex F3 19 4E 0 5A 44 5 159 5A 35
Octal 363 31 116 0 132 104 5 531 132 65
Binary 11110011 11001 1001110 0 1011010 1000100 101 101011001 1011010 110101

Color Harmonies of #F3194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3194E

Black with #F3194E

Text Example


Text Example

White with #F3194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3194E; }

 p { color: rgb(243,25,78); }

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

background-color css

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

 a { background-color: rgb(243,25,78); }

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

border-color css

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

 span { border-color: rgb(243,25,78); }

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