Html Css Color HEX #F63B45 Amaranth

📋 copy color: '#F63B45'

red 246 ◦ green 59 ◦ blue 69

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

Shades of Amaranth #F63B45

Tints of Amaranth #F63B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 65.78%
G = 15.78%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F63B45 (or 0xF63B45) is known color: Amaranth. HEX triplet: F6, 3B and 45. RGB value is (246,59,69). Sum of RGB (Red+Green+Blue) = 246+59+69=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63B45 is #09C4BA. Grayscale: #747474. Windows color (decimal): -640187 or 4537334. OLE color: 4537334.

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

Color convert

RGB 246 59 69 -
CMYK 0 0.76 0.72 0.04
HSL 356.79º 0.91% 0.6% -
HSV(B) 356.79º 0.76% 0.96% -
XYZ 40.64 23.15 7.96 -
YUV 116.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 246 59 69 0 0.76 0.72 0.04 356.79 0.91 0.6
Hex F6 3B 45 0 4C 48 4 165 5B 3C
Octal 366 73 105 0 114 110 4 545 133 74
Binary 11110110 111011 1000101 0 1001100 1001000 100 101100101 1011011 111100

Color Harmonies of #F63B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63B45

Black with #F63B45

Text Example


Text Example

White with #F63B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63B45; }

 p { color: rgb(246,59,69); }

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

background-color css

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

 a { background-color: rgb(246,59,69); }

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

border-color css

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

 span { border-color: rgb(246,59,69); }

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