Html Css Color HEX #F52952 Amaranth

📋 copy color: '#F52952'

red 245 ◦ green 41 ◦ blue 82

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

Shades of Amaranth #F52952

Tints of Amaranth #F52952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

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

R = 66.58%
G = 11.14%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52952 (or 0xF52952) is known color: Amaranth. HEX triplet: F5, 29 and 52. RGB value is (245,41,82). Sum of RGB (Red+Green+Blue) = 245+41+82=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F52952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52952 is #0AD6AD. Grayscale: #6A6A6A. Windows color (decimal): -710318 or 5384693. OLE color: 5384693.

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

Color convert

RGB 245 41 82 -
CMYK 0 0.83 0.67 0.04
HSL 347.94º 0.91% 0.56% -
HSV(B) 347.94º 0.83% 0.96% -
XYZ 39.97 21.61 10.05 -
YUV 106.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 245 41 82 0 0.83 0.67 0.04 347.94 0.91 0.56
Hex F5 29 52 0 53 43 4 15C 5B 38
Octal 365 51 122 0 123 103 4 534 133 70
Binary 11110101 101001 1010010 0 1010011 1000011 100 101011100 1011011 111000

Color Harmonies of #F52952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52952

Black with #F52952

Text Example


Text Example

White with #F52952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52952; }

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

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

background-color css

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

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

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

border-color css

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

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

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