Html Css Color HEX #F5264F Amaranth

📋 copy color: '#F5264F'

red 245 ◦ green 38 ◦ blue 79

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

Shades of Amaranth #F5264F

Tints of Amaranth #F5264F

RGB

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

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

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

R = 67.68%
G = 10.5%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5264F (or 0xF5264F) is known color: Amaranth. HEX triplet: F5, 26 and 4F. RGB value is (245,38,79). Sum of RGB (Red+Green+Blue) = 245+38+79=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F5264F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5264F is #0AD9B0. Grayscale: #686868. Windows color (decimal): -711089 or 5187317. OLE color: 5187317.

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

Color convert

RGB 245 38 79 -
CMYK 0 0.84 0.68 0.04
HSL 348.12º 0.91% 0.55% -
HSV(B) 348.12º 0.84% 0.96% -
XYZ 39.76 21.36 9.43 -
YUV 104.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 245 38 79 0 0.84 0.68 0.04 348.12 0.91 0.55
Hex F5 26 4F 0 54 44 4 15C 5B 37
Octal 365 46 117 0 124 104 4 534 133 67
Binary 11110101 100110 1001111 0 1010100 1000100 100 101011100 1011011 110111

Color Harmonies of #F5264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5264F

Black with #F5264F

Text Example


Text Example

White with #F5264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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