Html Css Color HEX #F52248 Amaranth

📋 copy color: '#F52248'

red 245 ◦ green 34 ◦ blue 72

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

Shades of Amaranth #F52248

Tints of Amaranth #F52248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 69.8%
G = 9.69%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52248 (or 0xF52248) is known color: Amaranth. HEX triplet: F5, 22 and 48. RGB value is (245,34,72). Sum of RGB (Red+Green+Blue) = 245+34+72=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F52248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52248 is #0ADDB7. Grayscale: #656565. Windows color (decimal): -712120 or 4727541. OLE color: 4727541.

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

Color convert

RGB 245 34 72 -
CMYK 0 0.86 0.71 0.04
HSL 349.19º 0.91% 0.55% -
HSV(B) 349.19º 0.86% 0.96% -
XYZ 39.4 21.02 8.11 -
YUV 101.42 111.4 230.41 -
System Red Green Blue C M Y K H S L
Decimal 245 34 72 0 0.86 0.71 0.04 349.19 0.91 0.55
Hex F5 22 48 0 56 47 4 15D 5B 37
Octal 365 42 110 0 126 107 4 535 133 67
Binary 11110101 100010 1001000 0 1010110 1000111 100 101011101 1011011 110111

Color Harmonies of #F52248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52248

Black with #F52248

Text Example


Text Example

White with #F52248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52248; }

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

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

background-color css

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

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

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

border-color css

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

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

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