Html Css Color HEX #F52852 Amaranth

📋 copy color: '#F52852'

red 245 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #F52852

Tints of Amaranth #F52852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

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

R = 66.76%
G = 10.9%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52852 (or 0xF52852) is known color: Amaranth. HEX triplet: F5, 28 and 52. RGB value is (245,40,82). Sum of RGB (Red+Green+Blue) = 245+40+82=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F52852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52852 is #0AD7AD. Grayscale: #6A6A6A. Windows color (decimal): -710574 or 5384437. OLE color: 5384437.

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

Color convert

RGB 245 40 82 -
CMYK 0 0.84 0.67 0.04
HSL 347.71º 0.91% 0.56% -
HSV(B) 347.71º 0.84% 0.96% -
XYZ 39.94 21.54 10.04 -
YUV 106.08 114.42 227.08 -
System Red Green Blue C M Y K H S L
Decimal 245 40 82 0 0.84 0.67 0.04 347.71 0.91 0.56
Hex F5 28 52 0 54 43 4 15C 5B 38
Octal 365 50 122 0 124 103 4 534 133 70
Binary 11110101 101000 1010010 0 1010100 1000011 100 101011100 1011011 111000

Color Harmonies of #F52852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52852

Black with #F52852

Text Example


Text Example

White with #F52852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52852; }

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

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

background-color css

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

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

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

border-color css

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

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

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