Html Css Color HEX #F63248 Amaranth

📋 copy color: '#F63248'

red 246 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #F63248

Tints of Amaranth #F63248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 66.85%
G = 13.59%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F63248 (or 0xF63248) is known color: Amaranth. HEX triplet: F6, 32 and 48. RGB value is (246,50,72). Sum of RGB (Red+Green+Blue) = 246+50+72=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F63248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63248 is #09CDB7. Grayscale: #6F6F6F. Windows color (decimal): -642488 or 4731638. OLE color: 4731638.

HSL color Cylindrical-coordinate representation of color #F63248: hue angle of 353.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63248 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 50 72 -
CMYK 0 0.80 0.71 0.04
HSL 353.27º 0.92% 0.58% -
HSV(B) 353.27º 0.8% 0.96% -
XYZ 40.32 22.34 8.32 -
YUV 111.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 246 50 72 0 0.80 0.71 0.04 353.27 0.92 0.58
Hex F6 32 48 0 50 47 4 161 5C 3A
Octal 366 62 110 0 120 107 4 541 134 72
Binary 11110110 110010 1001000 0 1010000 1000111 100 101100001 1011100 111010

Color Harmonies of #F63248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63248

Black with #F63248

Text Example


Text Example

White with #F63248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63248; }

 p { color: rgb(246,50,72); }

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

background-color css

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

 a { background-color: rgb(246,50,72); }

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

border-color css

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

 span { border-color: rgb(246,50,72); }

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