Html Css Color HEX #F52455 Amaranth

📋 copy color: '#F52455'

red 245 ◦ green 36 ◦ blue 85

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

Shades of Amaranth #F52455

Tints of Amaranth #F52455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 66.94%
G = 9.84%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F52455 (or 0xF52455) is known color: Amaranth. HEX triplet: F5, 24 and 55. RGB value is (245,36,85). Sum of RGB (Red+Green+Blue) = 245+36+85=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F52455 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52455 is #0ADBAA. Grayscale: #686868. Windows color (decimal): -711595 or 5580021. OLE color: 5580021.

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

Color convert

RGB 245 36 85 -
CMYK 0 0.85 0.65 0.04
HSL 345.93º 0.91% 0.55% -
HSV(B) 345.93º 0.85% 0.96% -
XYZ 39.93 21.33 10.61 -
YUV 104.08 117.24 228.52 -
System Red Green Blue C M Y K H S L
Decimal 245 36 85 0 0.85 0.65 0.04 345.93 0.91 0.55
Hex F5 24 55 0 55 41 4 15A 5B 37
Octal 365 44 125 0 125 101 4 532 133 67
Binary 11110101 100100 1010101 0 1010101 1000001 100 101011010 1011011 110111

Color Harmonies of #F52455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52455

Black with #F52455

Text Example


Text Example

White with #F52455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52455; }

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

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

background-color css

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

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

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

border-color css

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

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

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