Html Css Color HEX #F52448 Amaranth

📋 copy color: '#F52448'

red 245 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #F52448

Tints of Amaranth #F52448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 69.41%
G = 10.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52448 (or 0xF52448) is known color: Amaranth. HEX triplet: F5, 24 and 48. RGB value is (245,36,72). Sum of RGB (Red+Green+Blue) = 245+36+72=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F52448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52448 is #0ADBB7. Grayscale: #666666. Windows color (decimal): -711608 or 4728053. OLE color: 4728053.

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

Color convert

RGB 245 36 72 -
CMYK 0 0.85 0.71 0.04
HSL 349.67º 0.91% 0.55% -
HSV(B) 349.67º 0.85% 0.96% -
XYZ 39.46 21.14 8.13 -
YUV 102.6 110.74 229.57 -
System Red Green Blue C M Y K H S L
Decimal 245 36 72 0 0.85 0.71 0.04 349.67 0.91 0.55
Hex F5 24 48 0 55 47 4 15E 5B 37
Octal 365 44 110 0 125 107 4 536 133 67
Binary 11110101 100100 1001000 0 1010101 1000111 100 101011110 1011011 110111

Color Harmonies of #F52448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52448

Black with #F52448

Text Example


Text Example

White with #F52448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52448; }

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

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

background-color css

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

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

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

border-color css

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

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

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