Html Css Color HEX #F51954 Amaranth

📋 copy color: '#F51954'

red 245 ◦ green 25 ◦ blue 84

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

Shades of Amaranth #F51954

Tints of Amaranth #F51954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

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

R = 69.21%
G = 7.06%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F51954 (or 0xF51954) is known color: Amaranth. HEX triplet: F5, 19 and 54. RGB value is (245,25,84). Sum of RGB (Red+Green+Blue) = 245+25+84=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F51954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51954 is #0AE6AB. Grayscale: #616161. Windows color (decimal): -714412 or 5511669. OLE color: 5511669.

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

Color convert

RGB 245 25 84 -
CMYK 0 0.90 0.66 0.04
HSL 343.91º 0.92% 0.53% -
HSV(B) 343.91º 0.9% 0.96% -
XYZ 39.6 20.75 10.3 -
YUV 97.51 120.39 233.2 -
System Red Green Blue C M Y K H S L
Decimal 245 25 84 0 0.90 0.66 0.04 343.91 0.92 0.53
Hex F5 19 54 0 5A 42 4 158 5C 35
Octal 365 31 124 0 132 102 4 530 134 65
Binary 11110101 11001 1010100 0 1011010 1000010 100 101011000 1011100 110101

Color Harmonies of #F51954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51954

Black with #F51954

Text Example


Text Example

White with #F51954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51954; }

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

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

background-color css

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

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

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

border-color css

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

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

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