Html Css Color HEX #F52650 Amaranth

📋 copy color: '#F52650'

red 245 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #F52650

Tints of Amaranth #F52650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 67.49%
G = 10.47%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52650 (or 0xF52650) is known color: Amaranth. HEX triplet: F5, 26 and 50. RGB value is (245,38,80). Sum of RGB (Red+Green+Blue) = 245+38+80=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F52650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52650 is #0AD9AF. Grayscale: #686868. Windows color (decimal): -711088 or 5252853. OLE color: 5252853.

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

Color convert

RGB 245 38 80 -
CMYK 0 0.84 0.67 0.04
HSL 347.83º 0.91% 0.55% -
HSV(B) 347.83º 0.84% 0.96% -
XYZ 39.8 21.38 9.62 -
YUV 104.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 245 38 80 0 0.84 0.67 0.04 347.83 0.91 0.55
Hex F5 26 50 0 54 43 4 15C 5B 37
Octal 365 46 120 0 124 103 4 534 133 67
Binary 11110101 100110 1010000 0 1010100 1000011 100 101011100 1011011 110111

Color Harmonies of #F52650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52650

Black with #F52650

Text Example


Text Example

White with #F52650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52650; }

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

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

background-color css

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

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

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

border-color css

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

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

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