Html Css Color HEX #F52947 Amaranth

📋 copy color: '#F52947'

red 245 ◦ green 41 ◦ blue 71

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

Shades of Amaranth #F52947

Tints of Amaranth #F52947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 68.63%
G = 11.48%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52947 (or 0xF52947) is known color: Amaranth. HEX triplet: F5, 29 and 47. RGB value is (245,41,71). Sum of RGB (Red+Green+Blue) = 245+41+71=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F52947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52947 is #0AD6B8. Grayscale: #696969. Windows color (decimal): -710329 or 4663797. OLE color: 4663797.

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

Color convert

RGB 245 41 71 -
CMYK 0 0.83 0.71 0.04
HSL 351.18º 0.91% 0.56% -
HSV(B) 351.18º 0.83% 0.96% -
XYZ 39.59 21.45 8.02 -
YUV 105.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 245 41 71 0 0.83 0.71 0.04 351.18 0.91 0.56
Hex F5 29 47 0 53 47 4 15F 5B 38
Octal 365 51 107 0 123 107 4 537 133 70
Binary 11110101 101001 1000111 0 1010011 1000111 100 101011111 1011011 111000

Color Harmonies of #F52947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52947

Black with #F52947

Text Example


Text Example

White with #F52947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52947; }

 p { color: rgb(245,41,71); }

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

background-color css

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

 a { background-color: rgb(245,41,71); }

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

border-color css

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

 span { border-color: rgb(245,41,71); }

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