Html Css Color HEX #F5224D Amaranth

📋 copy color: '#F5224D'

red 245 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #F5224D

Tints of Amaranth #F5224D

RGB

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

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

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

R = 68.82%
G = 9.55%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5224D (or 0xF5224D) is known color: Amaranth. HEX triplet: F5, 22 and 4D. RGB value is (245,34,77). Sum of RGB (Red+Green+Blue) = 245+34+77=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5224D is #0ADDB2. Grayscale: #666666. Windows color (decimal): -712115 or 5055221. OLE color: 5055221.

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

Color convert

RGB 245 34 77 -
CMYK 0 0.86 0.69 0.04
HSL 347.77º 0.91% 0.55% -
HSV(B) 347.77º 0.86% 0.96% -
XYZ 39.57 21.09 9.01 -
YUV 101.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 245 34 77 0 0.86 0.69 0.04 347.77 0.91 0.55
Hex F5 22 4D 0 56 45 4 15C 5B 37
Octal 365 42 115 0 126 105 4 534 133 67
Binary 11110101 100010 1001101 0 1010110 1000101 100 101011100 1011011 110111

Color Harmonies of #F5224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5224D

Black with #F5224D

Text Example


Text Example

White with #F5224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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