Html Css Color HEX #F52352 Amaranth

📋 copy color: '#F52352'

red 245 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #F52352

Tints of Amaranth #F52352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 67.68%
G = 9.67%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52352 (or 0xF52352) is known color: Amaranth. HEX triplet: F5, 23 and 52. RGB value is (245,35,82). Sum of RGB (Red+Green+Blue) = 245+35+82=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F52352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52352 is #0ADCAD. Grayscale: #676767. Windows color (decimal): -711854 or 5383157. OLE color: 5383157.

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

Color convert

RGB 245 35 82 -
CMYK 0 0.86 0.67 0.04
HSL 346.57º 0.91% 0.55% -
HSV(B) 346.57º 0.86% 0.96% -
XYZ 39.78 21.22 9.98 -
YUV 103.15 116.07 229.18 -
System Red Green Blue C M Y K H S L
Decimal 245 35 82 0 0.86 0.67 0.04 346.57 0.91 0.55
Hex F5 23 52 0 56 43 4 15B 5B 37
Octal 365 43 122 0 126 103 4 533 133 67
Binary 11110101 100011 1010010 0 1010110 1000011 100 101011011 1011011 110111

Color Harmonies of #F52352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52352

Black with #F52352

Text Example


Text Example

White with #F52352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52352; }

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

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

background-color css

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

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

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

border-color css

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

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

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