Html Css Color HEX #F52654 Amaranth

📋 copy color: '#F52654'

red 245 ◦ green 38 ◦ blue 84

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

Shades of Amaranth #F52654

Tints of Amaranth #F52654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 66.76%
G = 10.35%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F52654 (or 0xF52654) is known color: Amaranth. HEX triplet: F5, 26 and 54. RGB value is (245,38,84). Sum of RGB (Red+Green+Blue) = 245+38+84=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F52654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52654 is #0AD9AB. Grayscale: #696969. Windows color (decimal): -711084 or 5514997. OLE color: 5514997.

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

Color convert

RGB 245 38 84 -
CMYK 0 0.84 0.66 0.04
HSL 346.67º 0.91% 0.55% -
HSV(B) 346.67º 0.84% 0.96% -
XYZ 39.95 21.44 10.42 -
YUV 105.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 245 38 84 0 0.84 0.66 0.04 346.67 0.91 0.55
Hex F5 26 54 0 54 42 4 15B 5B 37
Octal 365 46 124 0 124 102 4 533 133 67
Binary 11110101 100110 1010100 0 1010100 1000010 100 101011011 1011011 110111

Color Harmonies of #F52654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52654

Black with #F52654

Text Example


Text Example

White with #F52654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52654; }

 p { color: rgb(245,38,84); }

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

background-color css

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

 a { background-color: rgb(245,38,84); }

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

border-color css

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

 span { border-color: rgb(245,38,84); }

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