Html Css Color HEX #F52451 Amaranth

📋 copy color: '#F52451'

red 245 ◦ green 36 ◦ blue 81

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

Shades of Amaranth #F52451

Tints of Amaranth #F52451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.38%

R = 67.68%
G = 9.94%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52451 (or 0xF52451) is known color: Amaranth. HEX triplet: F5, 24 and 51. RGB value is (245,36,81). Sum of RGB (Red+Green+Blue) = 245+36+81=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F52451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52451 is #0ADBAE. Grayscale: #676767. Windows color (decimal): -711599 or 5317877. OLE color: 5317877.

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

Color convert

RGB 245 36 81 -
CMYK 0 0.85 0.67 0.04
HSL 347.08º 0.91% 0.55% -
HSV(B) 347.08º 0.85% 0.96% -
XYZ 39.77 21.27 9.79 -
YUV 103.62 115.24 228.84 -
System Red Green Blue C M Y K H S L
Decimal 245 36 81 0 0.85 0.67 0.04 347.08 0.91 0.55
Hex F5 24 51 0 55 43 4 15B 5B 37
Octal 365 44 121 0 125 103 4 533 133 67
Binary 11110101 100100 1010001 0 1010101 1000011 100 101011011 1011011 110111

Color Harmonies of #F52451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52451

Black with #F52451

Text Example


Text Example

White with #F52451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52451; }

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

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

background-color css

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

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

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

border-color css

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

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

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