Html Css Color HEX #F52148 Amaranth

📋 copy color: '#F52148'

red 245 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #F52148

Tints of Amaranth #F52148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

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

R = 70%
G = 9.43%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F52148 (or 0xF52148) is known color: Amaranth. HEX triplet: F5, 21 and 48. RGB value is (245,33,72). Sum of RGB (Red+Green+Blue) = 245+33+72=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F52148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52148 is #0ADEB7. Grayscale: #646464. Windows color (decimal): -712376 or 4727285. OLE color: 4727285.

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

Color convert

RGB 245 33 72 -
CMYK 0 0.87 0.71 0.04
HSL 348.96º 0.91% 0.55% -
HSV(B) 348.96º 0.87% 0.96% -
XYZ 39.37 20.97 8.1 -
YUV 100.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 245 33 72 0 0.87 0.71 0.04 348.96 0.91 0.55
Hex F5 21 48 0 57 47 4 15D 5B 37
Octal 365 41 110 0 127 107 4 535 133 67
Binary 11110101 100001 1001000 0 1010111 1000111 100 101011101 1011011 110111

Color Harmonies of #F52148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52148

Black with #F52148

Text Example


Text Example

White with #F52148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52148; }

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

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

background-color css

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

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

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

border-color css

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

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

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