Html Css Color HEX #F63041 Alizarin

📋 copy color: '#F63041'

red 246 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #F63041

Tints of Alizarin #F63041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.11%

R = 68.52%
G = 13.37%
B = 18.11%

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

#F63041 (or 0xF63041) is known color: Alizarin. HEX triplet: F6, 30 and 41. RGB value is (246,48,65). Sum of RGB (Red+Green+Blue) = 246+48+65=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F63041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63041 is #09CFBE. Grayscale: #6D6D6D. Windows color (decimal): -643007 or 4272374. OLE color: 4272374.

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

Color convert

RGB 246 48 65 -
CMYK 0 0.80 0.74 0.04
HSL 354.85º 0.92% 0.58% -
HSV(B) 354.85º 0.8% 0.96% -
XYZ 40.02 22.09 7.16 -
YUV 109.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 246 48 65 0 0.80 0.74 0.04 354.85 0.92 0.58
Hex F6 30 41 0 50 4A 4 163 5C 3A
Octal 366 60 101 0 120 112 4 543 134 72
Binary 11110110 110000 1000001 0 1010000 1001010 100 101100011 1011100 111010

Color Harmonies of #F63041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63041

Black with #F63041

Text Example


Text Example

White with #F63041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63041; }

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

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

background-color css

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

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

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

border-color css

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

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

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