Html Css Color HEX #F3214A Amaranth

📋 copy color: '#F3214A'

red 243 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #F3214A

Tints of Amaranth #F3214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 69.43%
G = 9.43%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F3214A (or 0xF3214A) is known color: Amaranth. HEX triplet: F3, 21 and 4A. RGB value is (243,33,74). Sum of RGB (Red+Green+Blue) = 243+33+74=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F3214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3214A is #0CDEB5. Grayscale: #646464. Windows color (decimal): -843446 or 4858355. OLE color: 4858355.

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

Color convert

RGB 243 33 74 -
CMYK 0 0.86 0.70 0.05
HSL 348.29º 0.9% 0.54% -
HSV(B) 348.29º 0.86% 0.95% -
XYZ 38.74 20.64 8.42 -
YUV 100.46 113.07 229.67 -
System Red Green Blue C M Y K H S L
Decimal 243 33 74 0 0.86 0.70 0.05 348.29 0.9 0.54
Hex F3 21 4A 0 56 46 5 15C 5A 36
Octal 363 41 112 0 126 106 5 534 132 66
Binary 11110011 100001 1001010 0 1010110 1000110 101 101011100 1011010 110110

Color Harmonies of #F3214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3214A

Black with #F3214A

Text Example


Text Example

White with #F3214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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