Html Css Color HEX #F52043 Amaranth

📋 copy color: '#F52043'

red 245 ◦ green 32 ◦ blue 67

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

Shades of Amaranth #F52043

Tints of Amaranth #F52043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 71.22%
G = 9.3%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F52043 (or 0xF52043) is known color: Amaranth. HEX triplet: F5, 20 and 43. RGB value is (245,32,67). Sum of RGB (Red+Green+Blue) = 245+32+67=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F52043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52043 is #0ADFBC. Grayscale: #636363. Windows color (decimal): -712637 or 4399349. OLE color: 4399349.

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

Color convert

RGB 245 32 67 -
CMYK 0 0.87 0.73 0.04
HSL 350.14º 0.91% 0.54% -
HSV(B) 350.14º 0.87% 0.96% -
XYZ 39.19 20.85 7.27 -
YUV 99.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 245 32 67 0 0.87 0.73 0.04 350.14 0.91 0.54
Hex F5 20 43 0 57 49 4 15E 5B 36
Octal 365 40 103 0 127 111 4 536 133 66
Binary 11110101 100000 1000011 0 1010111 1001001 100 101011110 1011011 110110

Color Harmonies of #F52043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52043

Black with #F52043

Text Example


Text Example

White with #F52043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52043; }

 p { color: rgb(245,32,67); }

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

background-color css

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

 a { background-color: rgb(245,32,67); }

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

border-color css

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

 span { border-color: rgb(245,32,67); }

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