Html Css Color HEX #F5224A Amaranth

📋 copy color: '#F5224A'

red 245 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #F5224A

Tints of Amaranth #F5224A

RGB

 RED value IS 245 (96.09% from 255) = 69.41%

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

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

R = 69.41%
G = 9.63%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5224A (or 0xF5224A) is known color: Amaranth. HEX triplet: F5, 22 and 4A. RGB value is (245,34,74). Sum of RGB (Red+Green+Blue) = 245+34+74=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F5224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5224A is #0ADDB5. Grayscale: #656565. Windows color (decimal): -712118 or 4858613. OLE color: 4858613.

HSL color Cylindrical-coordinate representation of color #F5224A: hue angle of 348.63º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5224A is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 34 74 -
CMYK 0 0.86 0.70 0.04
HSL 348.63º 0.91% 0.55% -
HSV(B) 348.63º 0.86% 0.96% -
XYZ 39.46 21.05 8.46 -
YUV 101.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 245 34 74 0 0.86 0.70 0.04 348.63 0.91 0.55
Hex F5 22 4A 0 56 46 4 15D 5B 37
Octal 365 42 112 0 126 106 4 535 133 67
Binary 11110101 100010 1001010 0 1010110 1000110 100 101011101 1011011 110111

Color Harmonies of #F5224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5224A

Black with #F5224A

Text Example


Text Example

White with #F5224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5224A; }

 p { color: rgb(245,34,74); }

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

background-color css

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

 a { background-color: rgb(245,34,74); }

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

border-color css

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

 span { border-color: rgb(245,34,74); }

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