Html Css Color HEX #F51950 Amaranth

📋 copy color: '#F51950'

red 245 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #F51950

Tints of Amaranth #F51950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 70%
G = 7.14%
B = 22.86%

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

#F51950 (or 0xF51950) is known color: Amaranth. HEX triplet: F5, 19 and 50. RGB value is (245,25,80). Sum of RGB (Red+Green+Blue) = 245+25+80=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51950 is #0AE6AF. Grayscale: #616161. Windows color (decimal): -714416 or 5249525. OLE color: 5249525.

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

Color convert

RGB 245 25 80 -
CMYK 0 0.90 0.67 0.04
HSL 345º 0.92% 0.53% -
HSV(B) 345º 0.9% 0.96% -
XYZ 39.45 20.69 9.5 -
YUV 97.05 118.39 233.53 -
System Red Green Blue C M Y K H S L
Decimal 245 25 80 0 0.90 0.67 0.04 345 0.92 0.53
Hex F5 19 50 0 5A 43 4 159 5C 35
Octal 365 31 120 0 132 103 4 531 134 65
Binary 11110101 11001 1010000 0 1011010 1000011 100 101011001 1011100 110101

Color Harmonies of #F51950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51950

Black with #F51950

Text Example


Text Example

White with #F51950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51950; }

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

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

background-color css

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

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

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

border-color css

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

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

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