Html Css Color HEX #F52851 Amaranth

📋 copy color: '#F52851'

red 245 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #F52851

Tints of Amaranth #F52851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 66.94%
G = 10.93%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52851 (or 0xF52851) is known color: Amaranth. HEX triplet: F5, 28 and 51. RGB value is (245,40,81). Sum of RGB (Red+Green+Blue) = 245+40+81=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F52851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52851 is #0AD7AE. Grayscale: #6A6A6A. Windows color (decimal): -710575 or 5318901. OLE color: 5318901.

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

Color convert

RGB 245 40 81 -
CMYK 0 0.84 0.67 0.04
HSL 348º 0.91% 0.56% -
HSV(B) 348º 0.84% 0.96% -
XYZ 39.9 21.52 9.84 -
YUV 105.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 245 40 81 0 0.84 0.67 0.04 348 0.91 0.56
Hex F5 28 51 0 54 43 4 15C 5B 38
Octal 365 50 121 0 124 103 4 534 133 70
Binary 11110101 101000 1010001 0 1010100 1000011 100 101011100 1011011 111000

Color Harmonies of #F52851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52851

Black with #F52851

Text Example


Text Example

White with #F52851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52851; }

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

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

background-color css

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

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

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

border-color css

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

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

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