Html Css Color HEX #F52052 Amaranth

📋 copy color: '#F52052'

red 245 ◦ green 32 ◦ blue 82

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

Shades of Amaranth #F52052

Tints of Amaranth #F52052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

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

R = 68.25%
G = 8.91%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52052 (or 0xF52052) is known color: Amaranth. HEX triplet: F5, 20 and 52. RGB value is (245,32,82). Sum of RGB (Red+Green+Blue) = 245+32+82=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F52052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52052 is #0ADFAD. Grayscale: #656565. Windows color (decimal): -712622 or 5382389. OLE color: 5382389.

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

Color convert

RGB 245 32 82 -
CMYK 0 0.87 0.67 0.04
HSL 345.92º 0.91% 0.54% -
HSV(B) 345.92º 0.87% 0.96% -
XYZ 39.7 21.05 9.95 -
YUV 101.39 117.07 230.43 -
System Red Green Blue C M Y K H S L
Decimal 245 32 82 0 0.87 0.67 0.04 345.92 0.91 0.54
Hex F5 20 52 0 57 43 4 15A 5B 36
Octal 365 40 122 0 127 103 4 532 133 66
Binary 11110101 100000 1010010 0 1010111 1000011 100 101011010 1011011 110110

Color Harmonies of #F52052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52052

Black with #F52052

Text Example


Text Example

White with #F52052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52052; }

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

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

background-color css

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

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

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

border-color css

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

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

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