Html Css Color HEX #F3194B Amaranth

📋 copy color: '#F3194B'

red 243 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #F3194B

Tints of Amaranth #F3194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 70.85%
G = 7.29%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3194B (or 0xF3194B) is known color: Amaranth. HEX triplet: F3, 19 and 4B. RGB value is (243,25,75). Sum of RGB (Red+Green+Blue) = 243+25+75=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F3194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3194B is #0CE6B4. Grayscale: #5F5F5F. Windows color (decimal): -845493 or 4921843. OLE color: 4921843.

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

Color convert

RGB 243 25 75 -
CMYK 0 0.90 0.69 0.05
HSL 346.24º 0.9% 0.53% -
HSV(B) 346.24º 0.9% 0.95% -
XYZ 38.58 20.26 8.53 -
YUV 95.88 116.22 232.93 -
System Red Green Blue C M Y K H S L
Decimal 243 25 75 0 0.90 0.69 0.05 346.24 0.9 0.53
Hex F3 19 4B 0 5A 45 5 15A 5A 35
Octal 363 31 113 0 132 105 5 532 132 65
Binary 11110011 11001 1001011 0 1011010 1000101 101 101011010 1011010 110101

Color Harmonies of #F3194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3194B

Black with #F3194B

Text Example


Text Example

White with #F3194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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