Html Css Color HEX #F5215B Amaranth

📋 copy color: '#F5215B'

red 245 ◦ green 33 ◦ blue 91

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

Shades of Amaranth #F5215B

Tints of Amaranth #F5215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 66.4%
G = 8.94%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5215B (or 0xF5215B) is known color: Amaranth. HEX triplet: F5, 21 and 5B. RGB value is (245,33,91). Sum of RGB (Red+Green+Blue) = 245+33+91=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5215B is #0ADEA4. Grayscale: #666666. Windows color (decimal): -712357 or 5972469. OLE color: 5972469.

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

Color convert

RGB 245 33 91 -
CMYK 0 0.87 0.63 0.04
HSL 343.58º 0.91% 0.55% -
HSV(B) 343.58º 0.87% 0.96% -
XYZ 40.09 21.26 11.89 -
YUV 103 121.24 229.28 -
System Red Green Blue C M Y K H S L
Decimal 245 33 91 0 0.87 0.63 0.04 343.58 0.91 0.55
Hex F5 21 5B 0 57 3F 4 158 5B 37
Octal 365 41 133 0 127 77 4 530 133 67
Binary 11110101 100001 1011011 0 1010111 111111 100 101011000 1011011 110111

Color Harmonies of #F5215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5215B

Black with #F5215B

Text Example


Text Example

White with #F5215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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