Html Css Color HEX #F52855 Amaranth

📋 copy color: '#F52855'

red 245 ◦ green 40 ◦ blue 85

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

Shades of Amaranth #F52855

Tints of Amaranth #F52855

RGB

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

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

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

R = 66.22%
G = 10.81%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F52855 (or 0xF52855) is known color: Amaranth. HEX triplet: F5, 28 and 55. RGB value is (245,40,85). Sum of RGB (Red+Green+Blue) = 245+40+85=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F52855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52855 is #0AD7AA. Grayscale: #6A6A6A. Windows color (decimal): -710571 or 5581045. OLE color: 5581045.

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

Color convert

RGB 245 40 85 -
CMYK 0 0.84 0.65 0.04
HSL 346.83º 0.91% 0.56% -
HSV(B) 346.83º 0.84% 0.96% -
XYZ 40.05 21.59 10.65 -
YUV 106.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 245 40 85 0 0.84 0.65 0.04 346.83 0.91 0.56
Hex F5 28 55 0 54 41 4 15B 5B 38
Octal 365 50 125 0 124 101 4 533 133 70
Binary 11110101 101000 1010101 0 1010100 1000001 100 101011011 1011011 111000

Color Harmonies of #F52855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52855

Black with #F52855

Text Example


Text Example

White with #F52855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52855; }

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

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

background-color css

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

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

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

border-color css

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

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

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