Html Css Color HEX #F3164D Amaranth

📋 copy color: '#F3164D'

red 243 ◦ green 22 ◦ blue 77

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

Shades of Amaranth #F3164D

Tints of Amaranth #F3164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.43%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 71.05%
G = 6.43%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3164D (or 0xF3164D) is known color: Amaranth. HEX triplet: F3, 16 and 4D. RGB value is (243,22,77). Sum of RGB (Red+Green+Blue) = 243+22+77=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3164D is #0CE9B2. Grayscale: #5E5E5E. Windows color (decimal): -846259 or 5052147. OLE color: 5052147.

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

Color convert

RGB 243 22 77 -
CMYK 0 0.91 0.68 0.05
HSL 345.07º 0.9% 0.52% -
HSV(B) 345.07º 0.91% 0.95% -
XYZ 38.59 20.16 8.88 -
YUV 94.35 118.22 234.03 -
System Red Green Blue C M Y K H S L
Decimal 243 22 77 0 0.91 0.68 0.05 345.07 0.9 0.52
Hex F3 16 4D 0 5B 44 5 159 5A 34
Octal 363 26 115 0 133 104 5 531 132 64
Binary 11110011 10110 1001101 0 1011011 1000100 101 101011001 1011010 110100

Color Harmonies of #F3164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3164D

Black with #F3164D

Text Example


Text Example

White with #F3164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3164D; }

 p { color: rgb(243,22,77); }

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

background-color css

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

 a { background-color: rgb(243,22,77); }

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

border-color css

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

 span { border-color: rgb(243,22,77); }

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