Html Css Color HEX #F52348 Amaranth

📋 copy color: '#F52348'

red 245 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #F52348

Tints of Amaranth #F52348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 69.6%
G = 9.94%
B = 20.45%

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

#F52348 (or 0xF52348) is known color: Amaranth. HEX triplet: F5, 23 and 48. RGB value is (245,35,72). Sum of RGB (Red+Green+Blue) = 245+35+72=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F52348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52348 is #0ADCB7. Grayscale: #666666. Windows color (decimal): -711864 or 4727797. OLE color: 4727797.

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

Color convert

RGB 245 35 72 -
CMYK 0 0.86 0.71 0.04
HSL 349.43º 0.91% 0.55% -
HSV(B) 349.43º 0.86% 0.96% -
XYZ 39.43 21.08 8.12 -
YUV 102.01 111.07 229.99 -
System Red Green Blue C M Y K H S L
Decimal 245 35 72 0 0.86 0.71 0.04 349.43 0.91 0.55
Hex F5 23 48 0 56 47 4 15D 5B 37
Octal 365 43 110 0 126 107 4 535 133 67
Binary 11110101 100011 1001000 0 1010110 1000111 100 101011101 1011011 110111

Color Harmonies of #F52348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52348

Black with #F52348

Text Example


Text Example

White with #F52348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52348; }

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

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

background-color css

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

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

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

border-color css

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

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

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