Html Css Color HEX #F3225A Amaranth

📋 copy color: '#F3225A'

red 243 ◦ green 34 ◦ blue 90

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

Shades of Amaranth #F3225A

Tints of Amaranth #F3225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 66.21%
G = 9.26%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3225A (or 0xF3225A) is known color: Amaranth. HEX triplet: F3, 22 and 5A. RGB value is (243,34,90). Sum of RGB (Red+Green+Blue) = 243+34+90=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F3225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3225A is #0CDDA5. Grayscale: #666666. Windows color (decimal): -843174 or 5907187. OLE color: 5907187.

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

Color convert

RGB 243 34 90 -
CMYK 0 0.86 0.63 0.05
HSL 343.92º 0.9% 0.54% -
HSV(B) 343.92º 0.86% 0.95% -
XYZ 39.38 20.94 11.64 -
YUV 102.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 243 34 90 0 0.86 0.63 0.05 343.92 0.9 0.54
Hex F3 22 5A 0 56 3F 5 158 5A 36
Octal 363 42 132 0 126 77 5 530 132 66
Binary 11110011 100010 1011010 0 1010110 111111 101 101011000 1011010 110110

Color Harmonies of #F3225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3225A

Black with #F3225A

Text Example


Text Example

White with #F3225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3225A; }

 p { color: rgb(243,34,90); }

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

background-color css

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

 a { background-color: rgb(243,34,90); }

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

border-color css

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

 span { border-color: rgb(243,34,90); }

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