Html Css Color HEX #F51851 Amaranth

📋 copy color: '#F51851'

red 245 ◦ green 24 ◦ blue 81

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

Shades of Amaranth #F51851

Tints of Amaranth #F51851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

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

R = 70%
G = 6.86%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F51851 (or 0xF51851) is known color: Amaranth. HEX triplet: F5, 18 and 51. RGB value is (245,24,81). Sum of RGB (Red+Green+Blue) = 245+24+81=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51851 is #0AE7AE. Grayscale: #606060. Windows color (decimal): -714671 or 5314805. OLE color: 5314805.

HSL color Cylindrical-coordinate representation of color #F51851: hue angle of 344.52º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51851 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 24 81 -
CMYK 0 0.90 0.67 0.04
HSL 344.52º 0.92% 0.53% -
HSV(B) 344.52º 0.9% 0.96% -
XYZ 39.47 20.66 9.69 -
YUV 96.58 119.22 233.87 -
System Red Green Blue C M Y K H S L
Decimal 245 24 81 0 0.90 0.67 0.04 344.52 0.92 0.53
Hex F5 18 51 0 5A 43 4 159 5C 35
Octal 365 30 121 0 132 103 4 531 134 65
Binary 11110101 11000 1010001 0 1011010 1000011 100 101011001 1011100 110101

Color Harmonies of #F51851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51851

Black with #F51851

Text Example


Text Example

White with #F51851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51851; }

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

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

background-color css

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

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

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

border-color css

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

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

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