Html Css Color HEX #F63233 Alizarin

📋 copy color: '#F63233'

red 246 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #F63233

Tints of Alizarin #F63233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.7%

R = 70.89%
G = 14.41%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F63233 (or 0xF63233) is known color: Alizarin. HEX triplet: F6, 32 and 33. RGB value is (246,50,51). Sum of RGB (Red+Green+Blue) = 246+50+51=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F63233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63233 is #09CDCC. Grayscale: #6C6C6C. Windows color (decimal): -642509 or 3355382. OLE color: 3355382.

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

Color convert

RGB 246 50 51 -
CMYK 0 0.80 0.79 0.04
HSL 359.69º 0.92% 0.58% -
HSV(B) 359.69º 0.8% 0.96% -
XYZ 39.74 22.11 5.31 -
YUV 108.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 246 50 51 0 0.80 0.79 0.04 359.69 0.92 0.58
Hex F6 32 33 0 50 4F 4 168 5C 3A
Octal 366 62 63 0 120 117 4 550 134 72
Binary 11110110 110010 110011 0 1010000 1001111 100 101101000 1011100 111010

Color Harmonies of #F63233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63233

Black with #F63233

Text Example


Text Example

White with #F63233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63233; }

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

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

background-color css

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

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

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

border-color css

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

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

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