Html Css Color HEX #F52454 Amaranth

📋 copy color: '#F52454'

red 245 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #F52454

Tints of Amaranth #F52454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

 BLUE value IS 84 (33.2% from 255) = 23.01%

R = 67.12%
G = 9.86%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F52454 (or 0xF52454) is known color: Amaranth. HEX triplet: F5, 24 and 54. RGB value is (245,36,84). Sum of RGB (Red+Green+Blue) = 245+36+84=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F52454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52454 is #0ADBAB. Grayscale: #676767. Windows color (decimal): -711596 or 5514485. OLE color: 5514485.

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

Color convert

RGB 245 36 84 -
CMYK 0 0.85 0.66 0.04
HSL 346.22º 0.91% 0.55% -
HSV(B) 346.22º 0.85% 0.96% -
XYZ 39.89 21.31 10.4 -
YUV 103.96 116.74 228.6 -
System Red Green Blue C M Y K H S L
Decimal 245 36 84 0 0.85 0.66 0.04 346.22 0.91 0.55
Hex F5 24 54 0 55 42 4 15A 5B 37
Octal 365 44 124 0 125 102 4 532 133 67
Binary 11110101 100100 1010100 0 1010101 1000010 100 101011010 1011011 110111

Color Harmonies of #F52454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52454

Black with #F52454

Text Example


Text Example

White with #F52454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52454; }

 p { color: rgb(245,36,84); }

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

background-color css

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

 a { background-color: rgb(245,36,84); }

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

border-color css

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

 span { border-color: rgb(245,36,84); }

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