Html Css Color HEX #F5304F Amaranth

📋 copy color: '#F5304F'

red 245 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #F5304F

Tints of Amaranth #F5304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 65.86%
G = 12.9%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5304F (or 0xF5304F) is known color: Amaranth. HEX triplet: F5, 30 and 4F. RGB value is (245,48,79). Sum of RGB (Red+Green+Blue) = 245+48+79=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5304F is #0ACFB0. Grayscale: #6E6E6E. Windows color (decimal): -708529 or 5189877. OLE color: 5189877.

HSL color Cylindrical-coordinate representation of color #F5304F: hue angle of 350.56º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5304F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 79 -
CMYK 0 0.80 0.68 0.04
HSL 350.56º 0.91% 0.57% -
HSV(B) 350.56º 0.8% 0.96% -
XYZ 40.12 22.09 9.55 -
YUV 110.44 110.27 223.98 -
System Red Green Blue C M Y K H S L
Decimal 245 48 79 0 0.80 0.68 0.04 350.56 0.91 0.57
Hex F5 30 4F 0 50 44 4 15F 5B 39
Octal 365 60 117 0 120 104 4 537 133 71
Binary 11110101 110000 1001111 0 1010000 1000100 100 101011111 1011011 111001

Color Harmonies of #F5304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5304F

Black with #F5304F

Text Example


Text Example

White with #F5304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5304F; }

 p { color: rgb(245,48,79); }

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

background-color css

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

 a { background-color: rgb(245,48,79); }

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

border-color css

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

 span { border-color: rgb(245,48,79); }

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