Html Css Color HEX #F6215A Amaranth

📋 copy color: '#F6215A'

red 246 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #F6215A

Tints of Amaranth #F6215A

RGB

 RED value IS 246 (96.48% from 255) = 66.67%

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

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 66.67%
G = 8.94%
B = 24.39%

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

#F6215A (or 0xF6215A) is known color: Amaranth. HEX triplet: F6, 21 and 5A. RGB value is (246,33,90). Sum of RGB (Red+Green+Blue) = 246+33+90=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F6215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6215A is #09DEA5. Grayscale: #676767. Windows color (decimal): -646822 or 5906934. OLE color: 5906934.

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

Color convert

RGB 246 33 90 -
CMYK 0 0.87 0.63 0.04
HSL 343.94º 0.92% 0.55% -
HSV(B) 343.94º 0.87% 0.96% -
XYZ 40.4 21.42 11.68 -
YUV 103.19 120.57 229.87 -
System Red Green Blue C M Y K H S L
Decimal 246 33 90 0 0.87 0.63 0.04 343.94 0.92 0.55
Hex F6 21 5A 0 57 3F 4 158 5C 37
Octal 366 41 132 0 127 77 4 530 134 67
Binary 11110110 100001 1011010 0 1010111 111111 100 101011000 1011100 110111

Color Harmonies of #F6215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6215A

Black with #F6215A

Text Example


Text Example

White with #F6215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6215A; }

 p { color: rgb(246,33,90); }

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

background-color css

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

 a { background-color: rgb(246,33,90); }

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

border-color css

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

 span { border-color: rgb(246,33,90); }

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