Html Css Color HEX #F52653 Amaranth

📋 copy color: '#F52653'

red 245 ◦ green 38 ◦ blue 83

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

Shades of Amaranth #F52653

Tints of Amaranth #F52653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 66.94%
G = 10.38%
B = 22.68%

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

#F52653 (or 0xF52653) is known color: Amaranth. HEX triplet: F5, 26 and 53. RGB value is (245,38,83). Sum of RGB (Red+Green+Blue) = 245+38+83=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F52653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52653 is #0AD9AC. Grayscale: #696969. Windows color (decimal): -711085 or 5449461. OLE color: 5449461.

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

Color convert

RGB 245 38 83 -
CMYK 0 0.84 0.66 0.04
HSL 346.96º 0.91% 0.55% -
HSV(B) 346.96º 0.84% 0.96% -
XYZ 39.91 21.42 10.22 -
YUV 105.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 245 38 83 0 0.84 0.66 0.04 346.96 0.91 0.55
Hex F5 26 53 0 54 42 4 15B 5B 37
Octal 365 46 123 0 124 102 4 533 133 67
Binary 11110101 100110 1010011 0 1010100 1000010 100 101011011 1011011 110111

Color Harmonies of #F52653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52653

Black with #F52653

Text Example


Text Example

White with #F52653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52653; }

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

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

background-color css

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

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

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

border-color css

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

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

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