Html Css Color HEX #F5214F Amaranth

📋 copy color: '#F5214F'

red 245 ◦ green 33 ◦ blue 79

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

Shades of Amaranth #F5214F

Tints of Amaranth #F5214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.24%

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

R = 68.63%
G = 9.24%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5214F (or 0xF5214F) is known color: Amaranth. HEX triplet: F5, 21 and 4F. RGB value is (245,33,79). Sum of RGB (Red+Green+Blue) = 245+33+79=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5214F is #0ADEB0. Grayscale: #656565. Windows color (decimal): -712369 or 5186037. OLE color: 5186037.

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

Color convert

RGB 245 33 79 -
CMYK 0 0.87 0.68 0.04
HSL 346.98º 0.91% 0.55% -
HSV(B) 346.98º 0.87% 0.96% -
XYZ 39.61 21.06 9.38 -
YUV 101.63 115.24 230.26 -
System Red Green Blue C M Y K H S L
Decimal 245 33 79 0 0.87 0.68 0.04 346.98 0.91 0.55
Hex F5 21 4F 0 57 44 4 15B 5B 37
Octal 365 41 117 0 127 104 4 533 133 67
Binary 11110101 100001 1001111 0 1010111 1000100 100 101011011 1011011 110111

Color Harmonies of #F5214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5214F

Black with #F5214F

Text Example


Text Example

White with #F5214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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