Html Css Color HEX #F52757 Amaranth

📋 copy color: '#F52757'

red 245 ◦ green 39 ◦ blue 87

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

Shades of Amaranth #F52757

Tints of Amaranth #F52757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

 BLUE value IS 87 (34.38% from 255) = 23.45%

R = 66.04%
G = 10.51%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F52757 (or 0xF52757) is known color: Amaranth. HEX triplet: F5, 27 and 57. RGB value is (245,39,87). Sum of RGB (Red+Green+Blue) = 245+39+87=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F52757 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52757 is #0AD8A8. Grayscale: #6A6A6A. Windows color (decimal): -710825 or 5711861. OLE color: 5711861.

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

Color convert

RGB 245 39 87 -
CMYK 0 0.84 0.64 0.04
HSL 346.02º 0.91% 0.56% -
HSV(B) 346.02º 0.84% 0.96% -
XYZ 40.1 21.55 11.06 -
YUV 106.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 245 39 87 0 0.84 0.64 0.04 346.02 0.91 0.56
Hex F5 27 57 0 54 40 4 15A 5B 38
Octal 365 47 127 0 124 100 4 532 133 70
Binary 11110101 100111 1010111 0 1010100 1000000 100 101011010 1011011 111000

Color Harmonies of #F52757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52757

Black with #F52757

Text Example


Text Example

White with #F52757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52757; }

 p { color: rgb(245,39,87); }

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

background-color css

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

 a { background-color: rgb(245,39,87); }

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

border-color css

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

 span { border-color: rgb(245,39,87); }

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