Html Css Color HEX #F51F51 Amaranth

📋 copy color: '#F51F51'

red 245 ◦ green 31 ◦ blue 81

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

Shades of Amaranth #F51F51

Tints of Amaranth #F51F51

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

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

R = 68.63%
G = 8.68%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F51F51 (or 0xF51F51) is known color: Amaranth. HEX triplet: F5, 1F and 51. RGB value is (245,31,81). Sum of RGB (Red+Green+Blue) = 245+31+81=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51F51 is #0AE0AE. Grayscale: #646464. Windows color (decimal): -712879 or 5316597. OLE color: 5316597.

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

Color convert

RGB 245 31 81 -
CMYK 0 0.87 0.67 0.04
HSL 345.98º 0.91% 0.54% -
HSV(B) 345.98º 0.87% 0.96% -
XYZ 39.63 20.99 9.75 -
YUV 100.69 116.9 230.93 -
System Red Green Blue C M Y K H S L
Decimal 245 31 81 0 0.87 0.67 0.04 345.98 0.91 0.54
Hex F5 1F 51 0 57 43 4 15A 5B 36
Octal 365 37 121 0 127 103 4 532 133 66
Binary 11110101 11111 1010001 0 1010111 1000011 100 101011010 1011011 110110

Color Harmonies of #F51F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51F51

Black with #F51F51

Text Example


Text Example

White with #F51F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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