Html Css Color HEX #F52955 Amaranth

📋 copy color: '#F52955'

red 245 ◦ green 41 ◦ blue 85

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

Shades of Amaranth #F52955

Tints of Amaranth #F52955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.91%

R = 66.04%
G = 11.05%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F52955 (or 0xF52955) is known color: Amaranth. HEX triplet: F5, 29 and 55. RGB value is (245,41,85). Sum of RGB (Red+Green+Blue) = 245+41+85=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F52955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52955 is #0AD6AA. Grayscale: #6B6B6B. Windows color (decimal): -710315 or 5581301. OLE color: 5581301.

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

Color convert

RGB 245 41 85 -
CMYK 0 0.83 0.65 0.04
HSL 347.06º 0.91% 0.56% -
HSV(B) 347.06º 0.83% 0.96% -
XYZ 40.09 21.65 10.66 -
YUV 107.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 245 41 85 0 0.83 0.65 0.04 347.06 0.91 0.56
Hex F5 29 55 0 53 41 4 15B 5B 38
Octal 365 51 125 0 123 101 4 533 133 70
Binary 11110101 101001 1010101 0 1010011 1000001 100 101011011 1011011 111000

Color Harmonies of #F52955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52955

Black with #F52955

Text Example


Text Example

White with #F52955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52955; }

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

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

background-color css

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

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

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

border-color css

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

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

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