Html Css Color HEX #F52443 Amaranth

📋 copy color: '#F52443'

red 245 ◦ green 36 ◦ blue 67

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

Shades of Amaranth #F52443

Tints of Amaranth #F52443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

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

R = 70.4%
G = 10.34%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F52443 (or 0xF52443) is known color: Amaranth. HEX triplet: F5, 24 and 43. RGB value is (245,36,67). Sum of RGB (Red+Green+Blue) = 245+36+67=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F52443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52443 is #0ADBBC. Grayscale: #666666. Windows color (decimal): -711613 or 4400373. OLE color: 4400373.

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

Color convert

RGB 245 36 67 -
CMYK 0 0.85 0.73 0.04
HSL 351.1º 0.91% 0.55% -
HSV(B) 351.1º 0.85% 0.96% -
XYZ 39.3 21.08 7.31 -
YUV 102.03 108.24 229.98 -
System Red Green Blue C M Y K H S L
Decimal 245 36 67 0 0.85 0.73 0.04 351.1 0.91 0.55
Hex F5 24 43 0 55 49 4 15F 5B 37
Octal 365 44 103 0 125 111 4 537 133 67
Binary 11110101 100100 1000011 0 1010101 1001001 100 101011111 1011011 110111

Color Harmonies of #F52443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52443

Black with #F52443

Text Example


Text Example

White with #F52443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52443; }

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

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

background-color css

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

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

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

border-color css

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

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

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