Html Css Color HEX #F63040 Alizarin

📋 copy color: '#F63040'

red 246 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #F63040

Tints of Alizarin #F63040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 68.72%
G = 13.41%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F63040 (or 0xF63040) is known color: Alizarin. HEX triplet: F6, 30 and 40. RGB value is (246,48,64). Sum of RGB (Red+Green+Blue) = 246+48+64=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F63040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63040 is #09CFBF. Grayscale: #6D6D6D. Windows color (decimal): -643008 or 4206838. OLE color: 4206838.

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

Color convert

RGB 246 48 64 -
CMYK 0 0.80 0.74 0.04
HSL 355.15º 0.92% 0.58% -
HSV(B) 355.15º 0.8% 0.96% -
XYZ 39.99 22.08 7 -
YUV 109.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 246 48 64 0 0.80 0.74 0.04 355.15 0.92 0.58
Hex F6 30 40 0 50 4A 4 163 5C 3A
Octal 366 60 100 0 120 112 4 543 134 72
Binary 11110110 110000 1000000 0 1010000 1001010 100 101100011 1011100 111010

Color Harmonies of #F63040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63040

Black with #F63040

Text Example


Text Example

White with #F63040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63040; }

 p { color: rgb(246,48,64); }

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

background-color css

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

 a { background-color: rgb(246,48,64); }

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

border-color css

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

 span { border-color: rgb(246,48,64); }

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