Html Css Color HEX #F52746 Amaranth

📋 copy color: '#F52746'

red 245 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #F52746

Tints of Amaranth #F52746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

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

R = 69.21%
G = 11.02%
B = 19.77%

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

#F52746 (or 0xF52746) is known color: Amaranth. HEX triplet: F5, 27 and 46. RGB value is (245,39,70). Sum of RGB (Red+Green+Blue) = 245+39+70=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F52746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52746 is #0AD8B9. Grayscale: #686868. Windows color (decimal): -710842 or 4597749. OLE color: 4597749.

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

Color convert

RGB 245 39 70 -
CMYK 0 0.84 0.71 0.04
HSL 350.97º 0.91% 0.56% -
HSV(B) 350.97º 0.84% 0.96% -
XYZ 39.49 21.31 7.83 -
YUV 104.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 245 39 70 0 0.84 0.71 0.04 350.97 0.91 0.56
Hex F5 27 46 0 54 47 4 15F 5B 38
Octal 365 47 106 0 124 107 4 537 133 70
Binary 11110101 100111 1000110 0 1010100 1000111 100 101011111 1011011 111000

Color Harmonies of #F52746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52746

Black with #F52746

Text Example


Text Example

White with #F52746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52746; }

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

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

background-color css

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

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

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

border-color css

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

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

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