Html Css Color HEX #F52646 Amaranth

📋 copy color: '#F52646'

red 245 ◦ green 38 ◦ blue 70

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

Shades of Amaranth #F52646

Tints of Amaranth #F52646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.76%

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 69.41%
G = 10.76%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52646 (or 0xF52646) is known color: Amaranth. HEX triplet: F5, 26 and 46. RGB value is (245,38,70). Sum of RGB (Red+Green+Blue) = 245+38+70=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F52646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52646 is #0AD9B9. Grayscale: #676767. Windows color (decimal): -711098 or 4597493. OLE color: 4597493.

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

Color convert

RGB 245 38 70 -
CMYK 0 0.84 0.71 0.04
HSL 350.72º 0.91% 0.55% -
HSV(B) 350.72º 0.84% 0.96% -
XYZ 39.45 21.24 7.81 -
YUV 103.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 245 38 70 0 0.84 0.71 0.04 350.72 0.91 0.55
Hex F5 26 46 0 54 47 4 15F 5B 37
Octal 365 46 106 0 124 107 4 537 133 67
Binary 11110101 100110 1000110 0 1010100 1000111 100 101011111 1011011 110111

Color Harmonies of #F52646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52646

Black with #F52646

Text Example


Text Example

White with #F52646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52646; }

 p { color: rgb(245,38,70); }

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

background-color css

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

 a { background-color: rgb(245,38,70); }

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

border-color css

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

 span { border-color: rgb(245,38,70); }

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