Html Css Color HEX #F6224F Amaranth

📋 copy color: '#F6224F'

red 246 ◦ green 34 ◦ blue 79

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

Shades of Amaranth #F6224F

Tints of Amaranth #F6224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

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

R = 68.52%
G = 9.47%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6224F (or 0xF6224F) is known color: Amaranth. HEX triplet: F6, 22 and 4F. RGB value is (246,34,79). Sum of RGB (Red+Green+Blue) = 246+34+79=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6224F is #09DDB0. Grayscale: #666666. Windows color (decimal): -646577 or 5186294. OLE color: 5186294.

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

Color convert

RGB 246 34 79 -
CMYK 0 0.86 0.68 0.04
HSL 347.26º 0.92% 0.55% -
HSV(B) 347.26º 0.86% 0.96% -
XYZ 39.99 21.3 9.4 -
YUV 102.52 114.74 230.34 -
System Red Green Blue C M Y K H S L
Decimal 246 34 79 0 0.86 0.68 0.04 347.26 0.92 0.55
Hex F6 22 4F 0 56 44 4 15B 5C 37
Octal 366 42 117 0 126 104 4 533 134 67
Binary 11110110 100010 1001111 0 1010110 1000100 100 101011011 1011100 110111

Color Harmonies of #F6224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6224F

Black with #F6224F

Text Example


Text Example

White with #F6224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6224F; }

 p { color: rgb(246,34,79); }

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

background-color css

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

 a { background-color: rgb(246,34,79); }

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

border-color css

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

 span { border-color: rgb(246,34,79); }

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