Html Css Color HEX #F52450 Amaranth

📋 copy color: '#F52450'

red 245 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #F52450

Tints of Amaranth #F52450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

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

R = 67.87%
G = 9.97%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F52450 (or 0xF52450) is known color: Amaranth. HEX triplet: F5, 24 and 50. RGB value is (245,36,80). Sum of RGB (Red+Green+Blue) = 245+36+80=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F52450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52450 is #0ADBAF. Grayscale: #676767. Windows color (decimal): -711600 or 5252341. OLE color: 5252341.

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

Color convert

RGB 245 36 80 -
CMYK 0 0.85 0.67 0.04
HSL 347.37º 0.91% 0.55% -
HSV(B) 347.37º 0.85% 0.96% -
XYZ 39.74 21.25 9.6 -
YUV 103.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 245 36 80 0 0.85 0.67 0.04 347.37 0.91 0.55
Hex F5 24 50 0 55 43 4 15B 5B 37
Octal 365 44 120 0 125 103 4 533 133 67
Binary 11110101 100100 1010000 0 1010101 1000011 100 101011011 1011011 110111

Color Harmonies of #F52450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52450

Black with #F52450

Text Example


Text Example

White with #F52450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52450; }

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

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

background-color css

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

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

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

border-color css

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

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

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