Html Css Color HEX #F5234D Amaranth

📋 copy color: '#F5234D'

red 245 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #F5234D

Tints of Amaranth #F5234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 68.63%
G = 9.8%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5234D (or 0xF5234D) is known color: Amaranth. HEX triplet: F5, 23 and 4D. RGB value is (245,35,77). Sum of RGB (Red+Green+Blue) = 245+35+77=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5234D is #0ADCB2. Grayscale: #666666. Windows color (decimal): -711859 or 5055477. OLE color: 5055477.

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

Color convert

RGB 245 35 77 -
CMYK 0 0.86 0.69 0.04
HSL 348º 0.91% 0.55% -
HSV(B) 348º 0.86% 0.96% -
XYZ 39.6 21.15 9.02 -
YUV 102.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 245 35 77 0 0.86 0.69 0.04 348 0.91 0.55
Hex F5 23 4D 0 56 45 4 15C 5B 37
Octal 365 43 115 0 126 105 4 534 133 67
Binary 11110101 100011 1001101 0 1010110 1000101 100 101011100 1011011 110111

Color Harmonies of #F5234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5234D

Black with #F5234D

Text Example


Text Example

White with #F5234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5234D; }

 p { color: rgb(245,35,77); }

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

background-color css

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

 a { background-color: rgb(245,35,77); }

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

border-color css

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

 span { border-color: rgb(245,35,77); }

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