Html Css Color HEX #F3214D Amaranth

📋 copy color: '#F3214D'

red 243 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #F3214D

Tints of Amaranth #F3214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

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

R = 68.84%
G = 9.35%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3214D (or 0xF3214D) is known color: Amaranth. HEX triplet: F3, 21 and 4D. RGB value is (243,33,77). Sum of RGB (Red+Green+Blue) = 243+33+77=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3214D is #0CDEB2. Grayscale: #646464. Windows color (decimal): -843443 or 5054963. OLE color: 5054963.

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

Color convert

RGB 243 33 77 -
CMYK 0 0.86 0.68 0.05
HSL 347.43º 0.9% 0.54% -
HSV(B) 347.43º 0.86% 0.95% -
XYZ 38.85 20.68 8.97 -
YUV 100.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 243 33 77 0 0.86 0.68 0.05 347.43 0.9 0.54
Hex F3 21 4D 0 56 44 5 15B 5A 36
Octal 363 41 115 0 126 104 5 533 132 66
Binary 11110011 100001 1001101 0 1010110 1000100 101 101011011 1011010 110110

Color Harmonies of #F3214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3214D

Black with #F3214D

Text Example


Text Example

White with #F3214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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